Html Css Color HEX #DDF2E7 White Ice

📋 copy color: '#DDF2E7'

red 221 ◦ green 242 ◦ blue 231

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

Shades of White Ice #DDF2E7

Tints of White Ice #DDF2E7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.87%

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

R = 31.84%
G = 34.87%
B = 33.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#DDF2E7 (or 0xDDF2E7) is known color: White Ice. HEX triplet: DD, F2 and E7. RGB value is (221,242,231). Sum of RGB (Red+Green+Blue) = 221+242+231=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 231 (90.62% from 255 or 33.29% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2E7 is #220D18. Grayscale: #EAEAEA. Windows color (decimal): -2231577 or 15200989. OLE color: 15200989.

HSL color Cylindrical-coordinate representation of color #DDF2E7: hue angle of 148.57º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2E7 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 231 -
CMYK 0.09 0 0.05 0.05
HSL 148.57º 0.45% 0.91% -
HSV(B) 148.57º 0.09% 0.95% -
XYZ 75.99 84.65 87.93 -
YUV 234.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 221 242 231 0.09 0 0.05 0.05 148.57 0.45 0.91
Hex DD F2 E7 9 0 5 5 95 2D 5B
Octal 335 362 347 11 0 5 5 225 55 133
Binary 11011101 11110010 11100111 1001 0 101 101 10010101 101101 1011011

Color Harmonies of #DDF2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2E7

Black with #DDF2E7

Text Example


Text Example

White with #DDF2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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