Html Css Color HEX #DDF6E9 White Ice

📋 copy color: '#DDF6E9'

red 221 ◦ green 246 ◦ blue 233

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

Shades of White Ice #DDF6E9

Tints of White Ice #DDF6E9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.14%

 BLUE value IS 233 (91.41% from 255) = 33.29%

R = 31.57%
G = 35.14%
B = 33.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#DDF6E9 (or 0xDDF6E9) is known color: White Ice. HEX triplet: DD, F6 and E9. RGB value is (221,246,233). Sum of RGB (Red+Green+Blue) = 221+246+233=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 246 (96.48% from 255 or 35.14% from 700); Blue value is 233 (91.41% from 255 or 33.29% from 700); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6E9 is #220916. Grayscale: #EDEDED. Windows color (decimal): -2230551 or 15333085. OLE color: 15333085.

HSL color Cylindrical-coordinate representation of color #DDF6E9: hue angle of 148.8º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF6E9 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 233 -
CMYK 0.10 0 0.05 0.04
HSL 148.8º 0.58% 0.92% -
HSV(B) 148.8º 0.1% 0.96% -
XYZ 77.48 87.17 89.83 -
YUV 237.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 221 246 233 0.10 0 0.05 0.04 148.8 0.58 0.92
Hex DD F6 E9 A 0 5 4 95 3A 5C
Octal 335 366 351 12 0 5 4 225 72 134
Binary 11011101 11110110 11101001 1010 0 101 100 10010101 111010 1011100

Color Harmonies of #DDF6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF6E9

Black with #DDF6E9

Text Example


Text Example

White with #DDF6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF6E9; }

 p { color: rgb(221,246,233); }

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

background-color css

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

 a { background-color: rgb(221,246,233); }

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

border-color css

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

 span { border-color: rgb(221,246,233); }

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