Html Css Color HEX #D2CDBD Ecru White

📋 copy color: '#D2CDBD'

red 210 ◦ green 205 ◦ blue 189

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

Shades of Ecru White #D2CDBD

Tints of Ecru White #D2CDBD

RGB

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

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

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

R = 34.77%
G = 33.94%
B = 31.29%

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

#D2CDBD (or 0xD2CDBD) is known color: Ecru White. HEX triplet: D2, CD and BD. RGB value is (210,205,189). Sum of RGB (Red+Green+Blue) = 210+205+189=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDBD is #2D3242. Grayscale: #CCCCCC. Windows color (decimal): -2961987 or 12438994. OLE color: 12438994.

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

Color convert

RGB 210 205 189 -
CMYK 0 0.02 0.10 0.18
HSL 45.71º 0.19% 0.78% -
HSV(B) 45.71º 0.1% 0.82% -
XYZ 57.59 61.04 56.89 -
YUV 204.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 210 205 189 0 0.02 0.10 0.18 45.71 0.19 0.78
Hex D2 CD BD 0 2 A 12 2E 13 4E
Octal 322 315 275 0 2 12 22 56 23 116
Binary 11010010 11001101 10111101 0 10 1010 10010 101110 10011 1001110

Color Harmonies of #D2CDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CDBD

Black with #D2CDBD

Text Example


Text Example

White with #D2CDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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