#DDEBE3

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

Shades of White Ice #DDEBE3

Tints of White Ice #DDEBE3

Color information

#DDEBE3 (or 0xDDEBE3) is unknown color: approx White Ice. HEX triplet: DD, EB and E3. RGB value is (221,235,227). Sum of RGB (Red+Green+Blue) = 221+235+227=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBE3 is #22141C. Grayscale: #E5E5E5. Windows color (decimal): -2233373 or 14937053. OLE color: 14937053.

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

Color convert

RGB221235227-
CMYK0.0600.030.08
HSL145.71º25.93%89.41%-
HSV(B)145.71º5.96%92.16%-
XYZ73.3980.3384.31-
YUV229.9126.36121.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 235 (92.19% from 255) = 34.41%
BLUE value IS 227 (89.06% from 255) = 33.24%
R=32.36%
G=34.41%
B=33.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352270.0600.030.08145.7125.9389.41
HexDDEBE36038921a59
Octal3353533436031022232131
Binary110111011110101111100011110011100010010010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBE3; }

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

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

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

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

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

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

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

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