#DDECCB

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

Shades of Frostee #DDECCB

Tints of Frostee #DDECCB

Color information

#DDECCB (or 0xDDECCB) is unknown color: approx Frostee. HEX triplet: DD, EC and CB. RGB value is (221,236,203). Sum of RGB (Red+Green+Blue) = 221+236+203=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECCB is #221334. Grayscale: #E3E3E3. Windows color (decimal): -2233141 or 13364445. OLE color: 13364445.

HSL color Cylindrical-coordinate representation of color #DDECCB: hue angle of 87.27º degrees, saturation: 0.46, 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 #DDECCB is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB221236203-
CMYK0.0600.140.07
HSL87.27º46.48%86.08%-
HSV(B)87.27º13.98%92.55%-
XYZ70.5979.6768.16-
YUV227.75114.03123.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 236 (92.58% from 255) = 35.76%
BLUE value IS 203 (79.69% from 255) = 30.76%
R=33.48%
G=35.76%
B=30.76%

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
Decimal2212362030.0600.140.0787.2746.4886.08
HexDDECCB60E7572e56
Octal3353543136016712756126
Binary1101110111101100110010111100111011110101111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECCB; }

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

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

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

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

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

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

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

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