Html Css Color HEX #D2CDBE Ecru White

📋 copy color: '#D2CDBE'

red 210 ◦ green 205 ◦ blue 190

#D2CDBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru White #D2CDBE

Tints of Ecru White #D2CDBE

RGB

 RED value IS 210 (82.42% from 255) = 34.71%

 GREEN value IS 205 (80.47% from 255) = 33.88%

 BLUE value IS 190 (74.61% from 255) = 31.4%

R = 34.71%
G = 33.88%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D2CDBE (or 0xD2CDBE) is known color: Ecru White. HEX triplet: D2, CD and BE. RGB value is (210,205,190). Sum of RGB (Red+Green+Blue) = 210+205+190=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDBE is #2D3241. Grayscale: #CCCCCC. Windows color (decimal): -2961986 or 12504530. OLE color: 12504530.

HSL color Cylindrical-coordinate representation of color #D2CDBE: hue angle of 45º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2CDBE is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 205 190 -
CMYK 0 0.02 0.10 0.18
HSL 45º 0.18% 0.78% -
HSV(B) 45º 0.1% 0.82% -
XYZ 57.7 61.08 57.46 -
YUV 204.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 210 205 190 0 0.02 0.10 0.18 45 0.18 0.78
Hex D2 CD BE 0 2 A 12 2D 12 4E
Octal 322 315 276 0 2 12 22 55 22 116
Binary 11010010 11001101 10111110 0 10 1010 10010 101101 10010 1001110

Color Harmonies of #D2CDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CDBE

Black with #D2CDBE

Text Example


Text Example

White with #D2CDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CDBE; }

 p { color: rgb(210,205,190); }

 H1.HeaderClassName
 {
   color: #D2CDBE;
 }
 .AnyTagClassName
 {
   color: #D2CDBE;
 }
</style>

background-color css

<style>
 a { background-color: #D2CDBE; }

 a { background-color: rgb(210,205,190); }

 div.DivClassName
 {
   background-color: #D2CDBE;
 }
 .BgClassName
 {
   background-color: #D2CDBE;
 }
</style>

border-color css

<style>
 span { border-color: #D2CDBE; }

 span { border-color: rgb(210,205,190); }

 td.TdClassName
 {
   border-color: #D2CDBE;
 }
 .TagClassName
 {
   border-color: #D2CDBE;
 }
</style>