Html Css Color HEX #DDF0E7 White Ice

📋 copy color: '#DDF0E7'

red 221 ◦ green 240 ◦ blue 231

#DDF0E7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Ice #DDF0E7

Tints of White Ice #DDF0E7

RGB

 RED value IS 221 (86.72% from 255) = 31.94%

 GREEN value IS 240 (94.14% from 255) = 34.68%

 BLUE value IS 231 (90.63% from 255) = 33.38%

R = 31.94%
G = 34.68%
B = 33.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#DDF0E7 (or 0xDDF0E7) is known color: White Ice. HEX triplet: DD, F0 and E7. RGB value is (221,240,231). Sum of RGB (Red+Green+Blue) = 221+240+231=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0E7 is #220F18. Grayscale: #E9E9E9. Windows color (decimal): -2232089 or 15200477. OLE color: 15200477.

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

Color convert

RGB 221 240 231 -
CMYK 0.08 0 0.04 0.06
HSL 151.58º 0.39% 0.9% -
HSV(B) 151.58º 0.08% 0.94% -
XYZ 75.4 83.46 87.74 -
YUV 233.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 221 240 231 0.08 0 0.04 0.06 151.58 0.39 0.9
Hex DD F0 E7 8 0 4 6 98 27 5A
Octal 335 360 347 10 0 4 6 230 47 132
Binary 11011101 11110000 11100111 1000 0 100 110 10011000 100111 1011010

Color Harmonies of #DDF0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF0E7

Black with #DDF0E7

Text Example


Text Example

White with #DDF0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF0E7; }

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

 H1.HeaderClassName
 {
   color: #DDF0E7;
 }
 .AnyTagClassName
 {
   color: #DDF0E7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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