#DCEDCC

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

Shades of Frostee #DCEDCC

Tints of Frostee #DCEDCC

Color information

#DCEDCC (or 0xDCEDCC) is unknown color: approx Frostee. HEX triplet: DC, ED and CC. RGB value is (220,237,204). Sum of RGB (Red+Green+Blue) = 220+237+204=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDCC is #231233. Grayscale: #E4E4E4. Windows color (decimal): -2298420 or 13430236. OLE color: 13430236.

HSL color Cylindrical-coordinate representation of color #DCEDCC: hue angle of 90.91º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCEDCC is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB220237204-
CMYK0.0700.140.07
HSL90.91º47.83%86.47%-
HSV(B)90.91º13.92%92.94%-
XYZ70.780.1468.87-
YUV228.16114.37122.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=33.28%
G=35.85%
B=30.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202372040.0700.140.0790.9147.8386.47
HexDCEDCC70E75b3056
Octal3343553147016713360126
Binary1101110011101101110011001110111011110110111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDCC; }

 p { color: rgb(220,237,204); }

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

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

 a { background-color: rgb(220,237,204); }

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

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

 span { border-color: rgb(220,237,204); }

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