Html Css Color HEX #DDEEE6 White Ice

📋 copy color: '#DDEEE6'

red 221 ◦ green 238 ◦ blue 230

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

Shades of White Ice #DDEEE6

Tints of White Ice #DDEEE6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.54%

 BLUE value IS 230 (90.23% from 255) = 33.38%

R = 32.08%
G = 34.54%
B = 33.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#DDEEE6 (or 0xDDEEE6) is known color: White Ice. HEX triplet: DD, EE and E6. RGB value is (221,238,230). Sum of RGB (Red+Green+Blue) = 221+238+230=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEE6 is #221119. Grayscale: #E8E8E8. Windows color (decimal): -2232602 or 15134429. OLE color: 15134429.

HSL color Cylindrical-coordinate representation of color #DDEEE6: hue angle of 151.76º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEEE6 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 230 -
CMYK 0.07 0 0.03 0.07
HSL 151.76º 0.33% 0.9% -
HSV(B) 151.76º 0.07% 0.93% -
XYZ 74.68 82.23 86.8 -
YUV 232.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 221 238 230 0.07 0 0.03 0.07 151.76 0.33 0.9
Hex DD EE E6 7 0 3 7 98 21 5A
Octal 335 356 346 7 0 3 7 230 41 132
Binary 11011101 11101110 11100110 111 0 11 111 10011000 100001 1011010

Color Harmonies of #DDEEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEE6

Black with #DDEEE6

Text Example


Text Example

White with #DDEEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEE6; }

 p { color: rgb(221,238,230); }

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

background-color css

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

 a { background-color: rgb(221,238,230); }

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

border-color css

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

 span { border-color: rgb(221,238,230); }

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