Html Css Color HEX #D4CDBB Ecru White

📋 copy color: '#D4CDBB'

red 212 ◦ green 205 ◦ blue 187

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

Shades of Ecru White #D4CDBB

Tints of Ecru White #D4CDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.96%

R = 35.1%
G = 33.94%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4CDBB (or 0xD4CDBB) is known color: Ecru White. HEX triplet: D4, CD and BB. RGB value is (212,205,187). Sum of RGB (Red+Green+Blue) = 212+205+187=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDBB is #2B3244. Grayscale: #CDCDCD. Windows color (decimal): -2830917 or 12307924. OLE color: 12307924.

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

Color convert

RGB 212 205 187 -
CMYK 0 0.03 0.12 0.17
HSL 43.2º 0.23% 0.78% -
HSV(B) 43.2º 0.12% 0.83% -
XYZ 57.95 61.25 55.78 -
YUV 205.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 212 205 187 0 0.03 0.12 0.17 43.2 0.23 0.78
Hex D4 CD BB 0 3 C 11 2B 17 4E
Octal 324 315 273 0 3 14 21 53 27 116
Binary 11010100 11001101 10111011 0 11 1100 10001 101011 10111 1001110

Color Harmonies of #D4CDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CDBB

Black with #D4CDBB

Text Example


Text Example

White with #D4CDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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