#D4CFBC

Color #D4CFBC Ecru White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru White #D4CFBC

Tints of Ecru White #D4CFBC

Color information

#D4CFBC (or 0xD4CFBC) is unknown color: approx Ecru White. HEX triplet: D4, CF and BC. RGB value is (212,207,188). Sum of RGB (Red+Green+Blue) = 212+207+188=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFBC is #2B3043. Grayscale: #CECECE. Windows color (decimal): -2830404 or 12373972. OLE color: 12373972.

HSL color Cylindrical-coordinate representation of color #D4CFBC: hue angle of 47.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 #D4CFBC is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB212207188-
CMYK00.020.110.17
HSL47.5º21.82%78.43%-
HSV(B)47.5º11.32%83.14%-
XYZ58.5462.2556.51-
YUV206.33117.66132.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.93%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=34.93%
G=34.10%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220718800.020.110.1747.521.8278.43
HexD4CFBC02B1130164e
Octal3243172740213216026116
Binary110101001100111110111100010101110001110000101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CFBC; }

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

 H1.HeaderClassName
 {
   color: #D4CFBC;
 }
 .AnyTagClassName
 {
   color: #D4CFBC;
 }
</style>
background-color css

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

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

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

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

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

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