#DDECCA

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

Shades of Frostee #DDECCA

Tints of Frostee #DDECCA

Color information

#DDECCA (or 0xDDECCA) is unknown color: approx Frostee. HEX triplet: DD, EC and CA. RGB value is (221,236,202). Sum of RGB (Red+Green+Blue) = 221+236+202=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECCA is #221335. Grayscale: #E3E3E3. Windows color (decimal): -2233142 or 13298909. OLE color: 13298909.

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

Color convert

RGB221236202-
CMYK0.0600.140.07
HSL86.47º47.22%85.88%-
HSV(B)86.47º14.41%92.55%-
XYZ70.4779.6367.53-
YUV227.64113.53123.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 236 (92.58% from 255) = 35.81%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=33.54%
G=35.81%
B=30.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212362020.0600.140.0786.4747.2285.88
HexDDECCA60E7562f56
Octal3353543126016712657126
Binary1101110111101100110010101100111011110101101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECCA; }

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

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

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

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

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

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

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

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