#DDEBD3

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

Shades of Frostee #DDEBD3

Tints of Frostee #DDEBD3

Color information

#DDEBD3 (or 0xDDEBD3) is unknown color: approx Frostee. HEX triplet: DD, EB and D3. RGB value is (221,235,211). Sum of RGB (Red+Green+Blue) = 221+235+211=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBD3 is #22142C. Grayscale: #E4E4E4. Windows color (decimal): -2233389 or 13888477. OLE color: 13888477.

HSL color Cylindrical-coordinate representation of color #DDEBD3: hue angle of 95º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDEBD3 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB221235211-
CMYK0.0600.100.08
HSL95º37.5%87.45%-
HSV(B)95º10.21%92.16%-
XYZ71.2879.4973.21-
YUV228.08118.36122.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 211 (82.81% from 255) = 31.63%
R=33.13%
G=35.23%
B=31.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352110.0600.100.089537.587.45
HexDDEBD360A85f2657
Octal33535332360121013746127
Binary11011101111010111101001111001010100010111111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBD3; }

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

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

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

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

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

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

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

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