Html Css Color HEX #DDF6EA White Ice

📋 copy color: '#DDF6EA'

red 221 ◦ green 246 ◦ blue 234

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

Shades of White Ice #DDF6EA

Tints of White Ice #DDF6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.38%

R = 31.53%
G = 35.09%
B = 33.38%

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

#DDF6EA (or 0xDDF6EA) is known color: White Ice. HEX triplet: DD, F6 and EA. RGB value is (221,246,234). Sum of RGB (Red+Green+Blue) = 221+246+234=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 246 (96.48% from 255 or 35.09% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6EA is #220915. Grayscale: #EDEDED. Windows color (decimal): -2230550 or 15398621. OLE color: 15398621.

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

Color convert

RGB 221 246 234 -
CMYK 0.10 0 0.05 0.04
HSL 151.2º 0.58% 0.92% -
HSV(B) 151.2º 0.1% 0.96% -
XYZ 77.63 87.22 90.59 -
YUV 237.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 221 246 234 0.10 0 0.05 0.04 151.2 0.58 0.92
Hex DD F6 EA A 0 5 4 97 3A 5C
Octal 335 366 352 12 0 5 4 227 72 134
Binary 11011101 11110110 11101010 1010 0 101 100 10010111 111010 1011100

Color Harmonies of #DDF6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF6EA

Black with #DDF6EA

Text Example


Text Example

White with #DDF6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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