Html Css Color HEX #D4CDBC Ecru White

📋 copy color: '#D4CDBC'

red 212 ◦ green 205 ◦ blue 188

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

Shades of Ecru White #D4CDBC

Tints of Ecru White #D4CDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.07%

R = 35.04%
G = 33.88%
B = 31.07%

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

#D4CDBC (or 0xD4CDBC) is known color: Ecru White. HEX triplet: D4, CD and BC. RGB value is (212,205,188). Sum of RGB (Red+Green+Blue) = 212+205+188=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDBC is #2B3243. Grayscale: #CDCDCD. Windows color (decimal): -2830916 or 12373460. OLE color: 12373460.

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

Color convert

RGB 212 205 188 -
CMYK 0 0.03 0.11 0.17
HSL 42.5º 0.22% 0.78% -
HSV(B) 42.5º 0.11% 0.83% -
XYZ 58.06 61.29 56.35 -
YUV 205.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 212 205 188 0 0.03 0.11 0.17 42.5 0.22 0.78
Hex D4 CD BC 0 3 B 11 2A 16 4E
Octal 324 315 274 0 3 13 21 52 26 116
Binary 11010100 11001101 10111100 0 11 1011 10001 101010 10110 1001110

Color Harmonies of #D4CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CDBC

Black with #D4CDBC

Text Example


Text Example

White with #D4CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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