#DDFAEB

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

Shades of White Ice #DDFAEB

Tints of White Ice #DDFAEB

Color information

#DDFAEB (or 0xDDFAEB) is unknown color: approx White Ice. HEX triplet: DD, FA and EB. RGB value is (221,250,235). Sum of RGB (Red+Green+Blue) = 221+250+235=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAEB is #220514. Grayscale: #EFEFEF. Windows color (decimal): -2229525 or 15465181. OLE color: 15465181.

HSL color Cylindrical-coordinate representation of color #DDFAEB: hue angle of 148.97º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFAEB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB221250235-
CMYK0.1200.060.02
HSL148.97º74.36%92.35%-
HSV(B)148.97º11.6%98.04%-
XYZ7989.7491.76-
YUV239.62125.39114.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.30%
GREEN value IS 250 (98.05% from 255) = 35.41%
BLUE value IS 235 (92.19% from 255) = 33.29%
R=31.30%
G=35.41%
B=33.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502350.1200.060.02148.9774.3692.35
HexDDFAEBC062954a5c
Octal33537235314062225112134
Binary11011101111110101110101111000110101001010110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAEB; }

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

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

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

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

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

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

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

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