#DDEECA

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

Shades of Frostee #DDEECA

Tints of Frostee #DDEECA

Color information

#DDEECA (or 0xDDEECA) is unknown color: approx Frostee. HEX triplet: DD, EE and CA. RGB value is (221,238,202). Sum of RGB (Red+Green+Blue) = 221+238+202=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEECA is #221135. Grayscale: #E4E4E4. Windows color (decimal): -2232630 or 13299421. OLE color: 13299421.

HSL color Cylindrical-coordinate representation of color #DDEECA: hue angle of 88.33º 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 #DDEECA is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB221238202-
CMYK0.0700.150.07
HSL88.33º51.43%86.27%-
HSV(B)88.33º15.13%93.33%-
XYZ71.0580.7967.73-
YUV228.81112.87122.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 238 (93.36% from 255) = 36.01%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=33.43%
G=36.01%
B=30.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382020.0700.150.0788.3351.4386.27
HexDDEECA70F7583356
Octal3353563127017713063126
Binary1101110111101110110010101110111111110110001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEECA; }

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

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

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

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

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

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

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

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