#DDEECF

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

Shades of Frostee #DDEECF

Tints of Frostee #DDEECF

Color information

#DDEECF (or 0xDDEECF) is unknown color: approx Frostee. HEX triplet: DD, EE and CF. RGB value is (221,238,207). Sum of RGB (Red+Green+Blue) = 221+238+207=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEECF is #221130. Grayscale: #E5E5E5. Windows color (decimal): -2232625 or 13627101. OLE color: 13627101.

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

Color convert

RGB221238207-
CMYK0.0700.130.07
HSL92.9º47.69%87.25%-
HSV(B)92.9º13.03%93.33%-
XYZ71.6681.0370.89-
YUV229.38115.37122.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.18%
GREEN value IS 238 (93.36% from 255) = 35.74%
BLUE value IS 207 (81.25% from 255) = 31.08%
R=33.18%
G=35.74%
B=31.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382070.0700.130.0792.947.6987.25
HexDDEECF70D75d3057
Octal3353563177015713560127
Binary1101110111101110110011111110110111110111011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEECF; }

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

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

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

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

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

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

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

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