#D3CFBD

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

Shades of Ecru White #D3CFBD

Tints of Ecru White #D3CFBD

Color information

#D3CFBD (or 0xD3CFBD) is unknown color: approx Ecru White. HEX triplet: D3, CF and BD. RGB value is (211,207,189). Sum of RGB (Red+Green+Blue) = 211+207+189=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CFBD is #2C3042. Grayscale: #CECECE. Windows color (decimal): -2895939 or 12439507. OLE color: 12439507.

HSL color Cylindrical-coordinate representation of color #D3CFBD: hue angle of 49.09º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3CFBD is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB211207189-
CMYK00.020.100.17
HSL49.09º20%78.43%-
HSV(B)49.09º10.43%82.75%-
XYZ58.3662.1557.06-
YUV206.14118.33131.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.76%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=34.76%
G=34.10%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120718900.020.100.1749.092078.43
HexD3CFBD02A1131144e
Octal3233172750212216124116
Binary110100111100111110111101010101010001110001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CFBD; }

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

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

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

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

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

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

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

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