#DDEFCA

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

Shades of Frostee #DDEFCA

Tints of Frostee #DDEFCA

Color information

#DDEFCA (or 0xDDEFCA) is unknown color: approx Frostee. HEX triplet: DD, EF and CA. RGB value is (221,239,202). Sum of RGB (Red+Green+Blue) = 221+239+202=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFCA is #221035. Grayscale: #E5E5E5. Windows color (decimal): -2232374 or 13299677. OLE color: 13299677.

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

Color convert

RGB221239202-
CMYK0.0800.150.06
HSL89.19º53.62%86.47%-
HSV(B)89.19º15.48%93.73%-
XYZ71.3581.3767.82-
YUV229.4112.54122.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.38%
GREEN value IS 239 (93.75% from 255) = 36.10%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=33.38%
G=36.10%
B=30.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212392020.0800.150.0689.1953.6286.47
HexDDEFCA80F6593656
Octal33535731210017613166126
Binary11011101111011111100101010000111111010110011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFCA; }

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

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

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

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

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

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

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

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