#DCEECA

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

Shades of Frostee #DCEECA

Tints of Frostee #DCEECA

Color information

#DCEECA (or 0xDCEECA) is unknown color: approx Frostee. HEX triplet: DC, EE and CA. RGB value is (220,238,202). Sum of RGB (Red+Green+Blue) = 220+238+202=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEECA is #231135. Grayscale: #E4E4E4. Windows color (decimal): -2298166 or 13299420. OLE color: 13299420.

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

Color convert

RGB220238202-
CMYK0.0800.150.07
HSL90º51.43%86.27%-
HSV(B)90º15.13%93.33%-
XYZ70.7580.6367.71-
YUV228.51113.04121.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 238 (93.36% from 255) = 36.06%
BLUE value IS 202 (79.30% from 255) = 30.61%
R=33.33%
G=36.06%
B=30.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202382020.0800.150.079051.4386.27
HexDCEECA80F75a3356
Octal33435631210017713263126
Binary11011100111011101100101010000111111110110101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEECA; }

 p { color: rgb(220,238,202); }

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

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

 a { background-color: rgb(220,238,202); }

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

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

 span { border-color: rgb(220,238,202); }

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