#D0CBBE

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

Shades of Ecru White #D0CBBE

Tints of Ecru White #D0CBBE

Color information

#D0CBBE (or 0xD0CBBE) is unknown color: approx Ecru White. HEX triplet: D0, CB and BE. RGB value is (208,203,190). Sum of RGB (Red+Green+Blue) = 208+203+190=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBBE is #2F3441. Grayscale: #CBCBCB. Windows color (decimal): -3093570 or 12504016. OLE color: 12504016.

HSL color Cylindrical-coordinate representation of color #D0CBBE: hue angle of 43.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0CBBE is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208203190-
CMYK00.020.090.18
HSL43.33º16.07%78.04%-
HSV(B)43.33º8.65%81.57%-
XYZ56.6659.8457.28-
YUV203.01120.66131.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=34.61%
G=33.78%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820319000.020.090.1843.3316.0778.04
HexD0CBBE029122b104e
Octal3203132760211225320116
Binary110100001100101110111110010100110010101011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBBE; }

 p { color: rgb(208,203,190); }

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

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

 a { background-color: rgb(208,203,190); }

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

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

 span { border-color: rgb(208,203,190); }

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