Html Css Color HEX #D0E9DD White Ice

📋 copy color: '#D0E9DD'

red 208 ◦ green 233 ◦ blue 221

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

Shades of White Ice #D0E9DD

Tints of White Ice #D0E9DD

RGB

 RED value IS 208 (81.64% from 255) = 31.42%

 GREEN value IS 233 (91.41% from 255) = 35.2%

 BLUE value IS 221 (86.72% from 255) = 33.38%

R = 31.42%
G = 35.2%
B = 33.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#D0E9DD (or 0xD0E9DD) is known color: White Ice. HEX triplet: D0, E9 and DD. RGB value is (208,233,221). Sum of RGB (Red+Green+Blue) = 208+233+221=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9DD is #2F1622. Grayscale: #E0E0E0. Windows color (decimal): -3085859 or 14543312. OLE color: 14543312.

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

Color convert

RGB 208 233 221 -
CMYK 0.11 0 0.05 0.09
HSL 151.2º 0.36% 0.86% -
HSV(B) 151.2º 0.11% 0.91% -
XYZ 68.2 76.91 79.66 -
YUV 224.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 208 233 221 0.11 0 0.05 0.09 151.2 0.36 0.86
Hex D0 E9 DD B 0 5 9 97 24 56
Octal 320 351 335 13 0 5 11 227 44 126
Binary 11010000 11101001 11011101 1011 0 101 1001 10010111 100100 1010110

Color Harmonies of #D0E9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E9DD

Black with #D0E9DD

Text Example


Text Example

White with #D0E9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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