#D2CFC0

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

Shades of Ecru White #D2CFC0

Tints of Ecru White #D2CFC0

Color information

#D2CFC0 (or 0xD2CFC0) is unknown color: approx Ecru White. HEX triplet: D2, CF and C0. RGB value is (210,207,192). Sum of RGB (Red+Green+Blue) = 210+207+192=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFC0 is #2D303F. Grayscale: #CECECE. Windows color (decimal): -2961472 or 12636114. OLE color: 12636114.

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

Color convert

RGB210207192-
CMYK00.010.090.18
HSL50º16.67%78.82%-
HSV(B)50º8.57%82.35%-
XYZ58.4162.1358.78-
YUV206.19119.99130.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=34.48%
G=33.99%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020719200.010.090.185016.6778.82
HexD2CFC00191232114f
Octal3223173000111226221117
Binary11010010110011111100000001100110010110010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CFC0; }

 p { color: rgb(210,207,192); }

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

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

 a { background-color: rgb(210,207,192); }

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

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

 span { border-color: rgb(210,207,192); }

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