#DDEDCA

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

Shades of Frostee #DDEDCA

Tints of Frostee #DDEDCA

Color information

#DDEDCA (or 0xDDEDCA) is unknown color: approx Frostee. HEX triplet: DD, ED and CA. RGB value is (221,237,202). Sum of RGB (Red+Green+Blue) = 221+237+202=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDCA is #221235. Grayscale: #E4E4E4. Windows color (decimal): -2232886 or 13299165. OLE color: 13299165.

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

Color convert

RGB221237202-
CMYK0.0700.150.07
HSL87.43º49.3%86.08%-
HSV(B)87.43º14.77%92.94%-
XYZ70.7680.267.63-
YUV228.23113.2122.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 237 (92.97% from 255) = 35.91%
BLUE value IS 202 (79.30% from 255) = 30.61%
R=33.48%
G=35.91%
B=30.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212372020.0700.150.0787.4349.386.08
HexDDEDCA70F7573156
Octal3353553127017712761126
Binary1101110111101101110010101110111111110101111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDCA; }

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

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

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

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

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

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

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

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