#DFF2CD

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

Shades of Frostee #DFF2CD

Tints of Frostee #DFF2CD

Color information

#DFF2CD (or 0xDFF2CD) is unknown color: approx Frostee. HEX triplet: DF, F2 and CD. RGB value is (223,242,205). Sum of RGB (Red+Green+Blue) = 223+242+205=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2CD is #200D32. Grayscale: #E8E8E8. Windows color (decimal): -2100531 or 13497055. OLE color: 13497055.

HSL color Cylindrical-coordinate representation of color #DFF2CD: hue angle of 90.81º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFF2CD is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB223242205-
CMYK0.0800.150.05
HSL90.81º58.73%87.65%-
HSV(B)90.81º15.29%94.9%-
XYZ73.283.670.04-
YUV232.1112.71121.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 242 (94.92% from 255) = 36.12%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=33.28%
G=36.12%
B=30.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232422050.0800.150.0590.8158.7387.65
HexDFF2CD80F55b3b58
Octal33736231510017513373130
Binary11011111111100101100110110000111110110110111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2CD; }

 p { color: rgb(223,242,205); }

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

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

 a { background-color: rgb(223,242,205); }

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

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

 span { border-color: rgb(223,242,205); }

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