#DDEBE4

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

Shades of White Ice #DDEBE4

Tints of White Ice #DDEBE4

Color information

#DDEBE4 (or 0xDDEBE4) is unknown color: approx White Ice. HEX triplet: DD, EB and E4. RGB value is (221,235,228). Sum of RGB (Red+Green+Blue) = 221+235+228=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBE4 is #22141B. Grayscale: #E6E6E6. Windows color (decimal): -2233372 or 15002589. OLE color: 15002589.

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

Color convert

RGB221235228-
CMYK0.0600.030.08
HSL150º25.93%89.41%-
HSV(B)150º5.96%92.16%-
XYZ73.5380.3985.04-
YUV230.02126.86121.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 228 (89.45% from 255) = 33.33%
R=32.31%
G=34.36%
B=33.33%

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
Decimal2212352280.0600.030.0815025.9389.41
HexDDEBE46038961a59
Octal3353533446031022632131
Binary110111011110101111100100110011100010010110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBE4; }

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

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

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

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

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

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

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

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