#DCE6D1

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

Shades of Frostee #DCE6D1

Tints of Frostee #DCE6D1

Color information

#DCE6D1 (or 0xDCE6D1) is unknown color: approx Frostee. HEX triplet: DC, E6 and D1. RGB value is (220,230,209). Sum of RGB (Red+Green+Blue) = 220+230+209=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 209 (82.03% from 255 or 31.71% from 659); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6D1 is #23192E. Grayscale: #E0E0E0. Windows color (decimal): -2300207 or 13756124. OLE color: 13756124.

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

Color convert

RGB220230209-
CMYK0.0400.090.10
HSL88.57º29.58%86.08%-
HSV(B)88.57º9.13%90.2%-
XYZ69.3276.4171.42-
YUV224.62119.19124.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 230 (90.23% from 255) = 34.90%
BLUE value IS 209 (82.03% from 255) = 31.71%
R=33.38%
G=34.90%
B=31.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202302090.0400.090.1088.5729.5886.08
HexDCE6D1409A591e56
Octal33434632140111213136126
Binary1101110011100110110100011000100110101011001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6D1; }

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

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

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

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

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

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

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

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