#DCEDC7

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

Shades of Frostee #DCEDC7

Tints of Frostee #DCEDC7

Color information

#DCEDC7 (or 0xDCEDC7) is unknown color: approx Frostee. HEX triplet: DC, ED and C7. RGB value is (220,237,199). Sum of RGB (Red+Green+Blue) = 220+237+199=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDC7 is #231238. Grayscale: #E3E3E3. Windows color (decimal): -2298425 or 13102556. OLE color: 13102556.

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

Color convert

RGB220237199-
CMYK0.0700.160.07
HSL86.84º51.35%85.49%-
HSV(B)86.84º16.03%92.94%-
XYZ70.1179.9165.76-
YUV227.58111.87122.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 199 (78.12% from 255) = 30.34%
R=33.54%
G=36.13%
B=30.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371990.0700.160.0786.8451.3585.49
HexDCEDC770107573355
Octal3343553077020712763125
Binary11011100111011011100011111101000011110101111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDC7; }

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

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

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

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

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

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

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

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