Html Css Color HEX #D2CFBD Ecru White

📋 copy color: '#D2CFBD'

red 210 ◦ green 207 ◦ blue 189

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

Shades of Ecru White #D2CFBD

Tints of Ecru White #D2CFBD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.16%

 BLUE value IS 189 (74.22% from 255) = 31.19%

R = 34.65%
G = 34.16%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D2CFBD (or 0xD2CFBD) is known color: Ecru White. HEX triplet: D2, CF and BD. RGB value is (210,207,189). Sum of RGB (Red+Green+Blue) = 210+207+189=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFBD is #2D3042. Grayscale: #CDCDCD. Windows color (decimal): -2961475 or 12439506. OLE color: 12439506.

HSL color Cylindrical-coordinate representation of color #D2CFBD: hue angle of 51.43º degrees, saturation: 0.19, 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 #D2CFBD is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 207 189 -
CMYK 0 0.01 0.10 0.18
HSL 51.43º 0.19% 0.78% -
HSV(B) 51.43º 0.1% 0.82% -
XYZ 58.08 62 57.05 -
YUV 205.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 210 207 189 0 0.01 0.10 0.18 51.43 0.19 0.78
Hex D2 CF BD 0 1 A 12 33 13 4E
Octal 322 317 275 0 1 12 22 63 23 116
Binary 11010010 11001111 10111101 0 1 1010 10010 110011 10011 1001110

Color Harmonies of #D2CFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CFBD

Black with #D2CFBD

Text Example


Text Example

White with #D2CFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CFBD; }

 p { color: rgb(210,207,189); }

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

background-color css

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

 a { background-color: rgb(210,207,189); }

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

border-color css

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

 span { border-color: rgb(210,207,189); }

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