#DCE7D1

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

Shades of Frostee #DCE7D1

Tints of Frostee #DCE7D1

Color information

#DCE7D1 (or 0xDCE7D1) is unknown color: approx Frostee. HEX triplet: DC, E7 and D1. RGB value is (220,231,209). Sum of RGB (Red+Green+Blue) = 220+231+209=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7D1 is #23182E. Grayscale: #E1E1E1. Windows color (decimal): -2299951 or 13756380. OLE color: 13756380.

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

Color convert

RGB220231209-
CMYK0.0500.100.09
HSL90º31.43%86.27%-
HSV(B)90º9.52%90.59%-
XYZ69.676.9771.51-
YUV225.2118.86124.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 231 (90.62% from 255) = 35%
BLUE value IS 209 (82.03% from 255) = 31.67%
R=33.33%
G=35%
B=31.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202312090.0500.100.099031.4386.27
HexDCE7D150A95a1f56
Octal33434732150121113237126
Binary1101110011100111110100011010101010011011010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7D1; }

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

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

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

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

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

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

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

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