Html Css Color HEX #D4CDBD Ecru White

📋 copy color: '#D4CDBD'

red 212 ◦ green 205 ◦ blue 189

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

Shades of Ecru White #D4CDBD

Tints of Ecru White #D4CDBD

RGB

 RED value IS 212 (83.2% from 255) = 34.98%

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

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

R = 34.98%
G = 33.83%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D4CDBD (or 0xD4CDBD) is known color: Ecru White. HEX triplet: D4, CD and BD. RGB value is (212,205,189). Sum of RGB (Red+Green+Blue) = 212+205+189=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDBD is #2B3242. Grayscale: #CDCDCD. Windows color (decimal): -2830915 or 12438996. OLE color: 12438996.

HSL color Cylindrical-coordinate representation of color #D4CDBD: hue angle of 41.74º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4CDBD is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 205 189 -
CMYK 0 0.03 0.11 0.17
HSL 41.74º 0.21% 0.79% -
HSV(B) 41.74º 0.11% 0.83% -
XYZ 58.17 61.33 56.92 -
YUV 205.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 212 205 189 0 0.03 0.11 0.17 41.74 0.21 0.79
Hex D4 CD BD 0 3 B 11 2A 15 4F
Octal 324 315 275 0 3 13 21 52 25 117
Binary 11010100 11001101 10111101 0 11 1011 10001 101010 10101 1001111

Color Harmonies of #D4CDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CDBD

Black with #D4CDBD

Text Example


Text Example

White with #D4CDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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