Html Css Color HEX #D2CEBD Ecru White

📋 copy color: '#D2CEBD'

red 210 ◦ green 206 ◦ blue 189

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

Shades of Ecru White #D2CEBD

Tints of Ecru White #D2CEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.05%

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

R = 34.71%
G = 34.05%
B = 31.24%

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

#D2CEBD (or 0xD2CEBD) is known color: Ecru White. HEX triplet: D2, CE and BD. RGB value is (210,206,189). Sum of RGB (Red+Green+Blue) = 210+206+189=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEBD is #2D3142. Grayscale: #CDCDCD. Windows color (decimal): -2961731 or 12439250. OLE color: 12439250.

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

Color convert

RGB 210 206 189 -
CMYK 0 0.02 0.10 0.18
HSL 48.57º 0.19% 0.78% -
HSV(B) 48.57º 0.1% 0.82% -
XYZ 57.83 61.52 56.97 -
YUV 205.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 210 206 189 0 0.02 0.10 0.18 48.57 0.19 0.78
Hex D2 CE BD 0 2 A 12 31 13 4E
Octal 322 316 275 0 2 12 22 61 23 116
Binary 11010010 11001110 10111101 0 10 1010 10010 110001 10011 1001110

Color Harmonies of #D2CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CEBD

Black with #D2CEBD

Text Example


Text Example

White with #D2CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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