#DDEBE5

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

Shades of White Ice #DDEBE5

Tints of White Ice #DDEBE5

Color information

#DDEBE5 (or 0xDDEBE5) is unknown color: approx White Ice. HEX triplet: DD, EB and E5. RGB value is (221,235,229). Sum of RGB (Red+Green+Blue) = 221+235+229=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBE5 is #22141A. Grayscale: #E6E6E6. Windows color (decimal): -2233371 or 15068125. OLE color: 15068125.

HSL color Cylindrical-coordinate representation of color #DDEBE5: hue angle of 154.29º 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 #DDEBE5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB221235229-
CMYK0.0600.030.08
HSL154.29º25.93%89.41%-
HSV(B)154.29º5.96%92.16%-
XYZ73.6780.4585.77-
YUV230.13127.36121.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 229 (89.84% from 255) = 33.43%
R=32.26%
G=34.31%
B=33.43%

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
Decimal2212352290.0600.030.08154.2925.9389.41
HexDDEBE560389a1a59
Octal3353533456031023232131
Binary110111011110101111100101110011100010011010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBE5; }

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

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

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

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

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

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

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

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