#DDECCF

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

Shades of Frostee #DDECCF

Tints of Frostee #DDECCF

Color information

#DDECCF (or 0xDDECCF) is unknown color: approx Frostee. HEX triplet: DD, EC and CF. RGB value is (221,236,207). Sum of RGB (Red+Green+Blue) = 221+236+207=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECCF is #221330. Grayscale: #E4E4E4. Windows color (decimal): -2233137 or 13626589. OLE color: 13626589.

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

Color convert

RGB221236207-
CMYK0.0600.120.07
HSL91.03º43.28%86.86%-
HSV(B)91.03º12.29%92.55%-
XYZ71.0879.8770.7-
YUV228.21116.03122.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.28%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 207 (81.25% from 255) = 31.17%
R=33.28%
G=35.54%
B=31.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212362070.0600.120.0791.0343.2886.86
HexDDECCF60C75b2b57
Octal3353543176014713353127
Binary1101110111101100110011111100110011110110111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECCF; }

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

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

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

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

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

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

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

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