#DDF0E6

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

Shades of White Ice #DDF0E6

Tints of White Ice #DDF0E6

Color information

#DDF0E6 (or 0xDDF0E6) is unknown color: approx White Ice. HEX triplet: DD, F0 and E6. RGB value is (221,240,230). Sum of RGB (Red+Green+Blue) = 221+240+230=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0E6 is #220F19. Grayscale: #E9E9E9. Windows color (decimal): -2232090 or 15134941. OLE color: 15134941.

HSL color Cylindrical-coordinate representation of color #DDF0E6: hue angle of 148.42º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF0E6 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB221240230-
CMYK0.0800.040.06
HSL148.42º38.78%90.39%-
HSV(B)148.42º7.92%94.12%-
XYZ75.2683.4187-
YUV233.18126.21119.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 240 (94.14% from 255) = 34.73%
BLUE value IS 230 (90.23% from 255) = 33.29%
R=31.98%
G=34.73%
B=33.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212402300.0800.040.06148.4238.7890.39
HexDDF0E6804694275a
Octal3353603461004622447132
Binary11011101111100001110011010000100110100101001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0E6; }

 p { color: rgb(221,240,230); }

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

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

 a { background-color: rgb(221,240,230); }

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

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

 span { border-color: rgb(221,240,230); }

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