#DCE6D0

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

Shades of Frostee #DCE6D0

Tints of Frostee #DCE6D0

Color information

#DCE6D0 (or 0xDCE6D0) is unknown color: approx Frostee. HEX triplet: DC, E6 and D0. RGB value is (220,230,208). Sum of RGB (Red+Green+Blue) = 220+230+208=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6D0 is #23192F. Grayscale: #E0E0E0. Windows color (decimal): -2300208 or 13690588. OLE color: 13690588.

HSL color Cylindrical-coordinate representation of color #DCE6D0: hue angle of 87.27º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE6D0 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB220230208-
CMYK0.0400.100.10
HSL87.27º30.56%85.88%-
HSV(B)87.27º9.57%90.2%-
XYZ69.276.3670.77-
YUV224.5118.69124.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.43%
GREEN value IS 230 (90.23% from 255) = 34.95%
BLUE value IS 208 (81.64% from 255) = 31.61%
R=33.43%
G=34.95%
B=31.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202302080.0400.100.1087.2730.5685.88
HexDCE6D040AA571f56
Octal33434632040121212737126
Binary1101110011100110110100001000101010101010111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6D0; }

 p { color: rgb(220,230,208); }

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

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

 a { background-color: rgb(220,230,208); }

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

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

 span { border-color: rgb(220,230,208); }

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