#DDEBCB

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

Shades of Frostee #DDEBCB

Tints of Frostee #DDEBCB

Color information

#DDEBCB (or 0xDDEBCB) is unknown color: approx Frostee. HEX triplet: DD, EB and CB. RGB value is (221,235,203). Sum of RGB (Red+Green+Blue) = 221+235+203=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBCB is #221434. Grayscale: #E3E3E3. Windows color (decimal): -2233397 or 13364189. OLE color: 13364189.

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

Color convert

RGB221235203-
CMYK0.0600.140.08
HSL86.25º44.44%85.88%-
HSV(B)86.25º13.62%92.16%-
XYZ70.3179.168.06-
YUV227.17114.36123.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 203 (79.69% from 255) = 30.80%
R=33.54%
G=35.66%
B=30.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352030.0600.140.0886.2544.4485.88
HexDDEBCB60E8562c56
Octal33535331360161012654126
Binary11011101111010111100101111001110100010101101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBCB; }

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

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

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

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

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

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

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

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