Html Css Color HEX #DDF9EC White Ice

📋 copy color: '#DDF9EC'

red 221 ◦ green 249 ◦ blue 236

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

Shades of White Ice #DDF9EC

Tints of White Ice #DDF9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.27%

 BLUE value IS 236 (92.58% from 255) = 33.43%

R = 31.3%
G = 35.27%
B = 33.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#DDF9EC (or 0xDDF9EC) is known color: White Ice. HEX triplet: DD, F9 and EC. RGB value is (221,249,236). Sum of RGB (Red+Green+Blue) = 221+249+236=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9EC is #220613. Grayscale: #EFEFEF. Windows color (decimal): -2229780 or 15530461. OLE color: 15530461.

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

Color convert

RGB 221 249 236 -
CMYK 0.11 0 0.05 0.02
HSL 152.14º 0.7% 0.92% -
HSV(B) 152.14º 0.11% 0.98% -
XYZ 78.83 89.18 92.42 -
YUV 239.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 221 249 236 0.11 0 0.05 0.02 152.14 0.7 0.92
Hex DD F9 EC B 0 5 2 98 46 5C
Octal 335 371 354 13 0 5 2 230 106 134
Binary 11011101 11111001 11101100 1011 0 101 10 10011000 1000110 1011100

Color Harmonies of #DDF9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF9EC

Black with #DDF9EC

Text Example


Text Example

White with #DDF9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF9EC; }

 p { color: rgb(221,249,236); }

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

background-color css

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

 a { background-color: rgb(221,249,236); }

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

border-color css

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

 span { border-color: rgb(221,249,236); }

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