#D3CFBC

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

Shades of Ecru White #D3CFBC

Tints of Ecru White #D3CFBC

Color information

#D3CFBC (or 0xD3CFBC) is unknown color: approx Ecru White. HEX triplet: D3, CF and BC. RGB value is (211,207,188). Sum of RGB (Red+Green+Blue) = 211+207+188=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CFBC is #2C3043. Grayscale: #CECECE. Windows color (decimal): -2895940 or 12373971. OLE color: 12373971.

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

Color convert

RGB211207188-
CMYK00.020.110.17
HSL49.57º20.72%78.24%-
HSV(B)49.57º10.9%82.75%-
XYZ58.2562.1156.49-
YUV206.03117.83131.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.82%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=34.82%
G=34.16%
B=31.02%

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
Decimal21120718800.020.110.1749.5720.7278.24
HexD3CFBC02B1132154e
Octal3233172740213216225116
Binary110100111100111110111100010101110001110010101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CFBC; }

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

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

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

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

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

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

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

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