#DDEFCD

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

Shades of Frostee #DDEFCD

Tints of Frostee #DDEFCD

Color information

#DDEFCD (or 0xDDEFCD) is unknown color: approx Frostee. HEX triplet: DD, EF and CD. RGB value is (221,239,205). Sum of RGB (Red+Green+Blue) = 221+239+205=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFCD is #221032. Grayscale: #E5E5E5. Windows color (decimal): -2232371 or 13496285. OLE color: 13496285.

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

Color convert

RGB221239205-
CMYK0.0800.140.06
HSL91.76º51.52%87.06%-
HSV(B)91.76º14.23%93.73%-
XYZ71.781.5169.71-
YUV229.74114.04121.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.23%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=33.23%
G=35.94%
B=30.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212392050.0800.140.0691.7651.5287.06
HexDDEFCD80E65c3457
Octal33535731510016613464127
Binary11011101111011111100110110000111011010111001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFCD; }

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

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

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

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

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

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

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

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