Html Css Color HEX #D0EADC White Ice

📋 copy color: '#D0EADC'

red 208 ◦ green 234 ◦ blue 220

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

Shades of White Ice #D0EADC

Tints of White Ice #D0EADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.35%

 BLUE value IS 220 (86.33% from 255) = 33.23%

R = 31.42%
G = 35.35%
B = 33.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#D0EADC (or 0xD0EADC) is known color: White Ice. HEX triplet: D0, EA and DC. RGB value is (208,234,220). Sum of RGB (Red+Green+Blue) = 208+234+220=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EADC is #2F1523. Grayscale: #E0E0E0. Windows color (decimal): -3085604 or 14478032. OLE color: 14478032.

HSL color Cylindrical-coordinate representation of color #D0EADC: hue angle of 147.69º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EADC is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 234 220 -
CMYK 0.11 0 0.06 0.08
HSL 147.69º 0.38% 0.87% -
HSV(B) 147.69º 0.11% 0.92% -
XYZ 68.35 77.42 79.05 -
YUV 224.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 208 234 220 0.11 0 0.06 0.08 147.69 0.38 0.87
Hex D0 EA DC B 0 6 8 94 26 57
Octal 320 352 334 13 0 6 10 224 46 127
Binary 11010000 11101010 11011100 1011 0 110 1000 10010100 100110 1010111

Color Harmonies of #D0EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EADC

Black with #D0EADC

Text Example


Text Example

White with #D0EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EADC; }

 p { color: rgb(208,234,220); }

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

background-color css

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

 a { background-color: rgb(208,234,220); }

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

border-color css

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

 span { border-color: rgb(208,234,220); }

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