#D2CDC0

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

Shades of Ecru White #D2CDC0

Tints of Ecru White #D2CDC0

Color information

#D2CDC0 (or 0xD2CDC0) is unknown color: approx Ecru White. HEX triplet: D2, CD and C0. RGB value is (210,205,192). Sum of RGB (Red+Green+Blue) = 210+205+192=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDC0 is #2D323F. Grayscale: #CDCDCD. Windows color (decimal): -2961984 or 12635602. OLE color: 12635602.

HSL color Cylindrical-coordinate representation of color #D2CDC0: hue angle of 43.33º 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 #D2CDC0 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB210205192-
CMYK00.020.090.18
HSL43.33º16.67%78.82%-
HSV(B)43.33º8.57%82.35%-
XYZ57.9261.1758.62-
YUV205.01120.66131.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 192 (75.39% from 255) = 31.63%
R=34.60%
G=33.77%
B=31.63%

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
Decimal21020519200.020.090.1843.3316.6778.82
HexD2CDC0029122b114f
Octal3223153000211225321117
Binary110100101100110111000000010100110010101011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDC0; }

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

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

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

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

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

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

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

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