#D2CFC1

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

Shades of Ecru White #D2CFC1

Tints of Ecru White #D2CFC1

Color information

#D2CFC1 (or 0xD2CFC1) is unknown color: approx Ecru White. HEX triplet: D2, CF and C1. RGB value is (210,207,193). Sum of RGB (Red+Green+Blue) = 210+207+193=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFC1 is #2D303E. Grayscale: #CECECE. Windows color (decimal): -2961471 or 12701650. OLE color: 12701650.

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

Color convert

RGB210207193-
CMYK00.010.080.18
HSL49.41º15.89%79.02%-
HSV(B)49.41º8.1%82.35%-
XYZ58.5262.1859.37-
YUV206.3120.49130.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.43%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 193 (75.78% from 255) = 31.64%
R=34.43%
G=33.93%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020719300.010.080.1849.4115.8979.02
HexD2CFC10181231104f
Octal3223173010110226120117
Binary11010010110011111100000101100010010110001100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CFC1; }

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

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

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

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

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

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

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

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