Color Hex Logo

#d2bedf Color Hex

#D2BEDF
(210,190,223)
2 Favorites   0 Comments

Color spaces of #d2bedf

RGB 210190223
HSL0.770.340.81
HSV276°15°87°
CMYK 0.060.150.00   0.13
XYZ58.311155.856377.5200
Yxy55.85630.30420.2914
Hunter Lab74.73718.4788-9.1818
CIE-Lab79.532013.0795-13.8759

#d2bedf color RGB value is (210,190,223).

#d2bedf hex color red value is 210, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d2bedf hue: 0.77 , saturation: 0.34 and the lightness value of d2bedf is 0.81.

The process color (four color CMYK) of #d2bedf color hex is 0.06, 0.15, 0.00, 0.13. Web safe color of #d2bedf is #cccccc. Color #d2bedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111110 11011111
Octal 322 276 337
Decimal 210 190 223
Hex D2 BE DF

RGB Percentages of Color #d2bedf

%33.71
%30.50
%35.79

CMYK Percentages of Color #d2bedf

%6
%15
%0
%13

Triadic Colors of #d2bedf

#d2bedf #dfd2be #bedfd2

Analogous Colors of #d2bedf

#d2bedf #dfbedc #c2bedf

Monochromatic Colors of #d2bedf

#d2bedf

Complementary Color

#d2bedf #cbdfbe

#d2bedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bedf Color CSS Codes

.mybgcolor {background-color:#d2bedf; } 
.myforecolor {color:#d2bedf; }
.mybordercolor {border:3px solid #d2bedf; }

#d2bedf Text Font Color

<p style="color:#d2bedf">Text here</p>

This sample text font color is #d2bedf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d2bedf Background Color

<div style="background-color:#d2bedf">
Div content here</div>

This div background color is #d2bedf


#d2bedf Border Color

<div style="border:3px solid #d2bedf">
Div here</div>

This div border color is #d2bedf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,190,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2bedf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2bedf;
  -webkit-box-shadow: 1px 1px 3px 2px #d2bedf;
  box-shadow:         1px 1px 3px 2px #d2bedf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,190,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d2bedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d2bedf;
  -webkit-box-shadow: 1px 1px 3px 2px #d2bedf;
  box-shadow:         1px 1px 3px 2px #d2bedf;">
Div content here</div>

This div box has shadow with color #d2bedf

#d2bedf Color Palettes


Comments

No comments written yet.

Please login to write comment.