Html Css Color HEX #D0EFDD White Ice

📋 copy color: '#D0EFDD'

red 208 ◦ green 239 ◦ blue 221

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

Shades of White Ice #D0EFDD

Tints of White Ice #D0EFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.78%

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

R = 31.14%
G = 35.78%
B = 33.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#D0EFDD (or 0xD0EFDD) is known color: White Ice. HEX triplet: D0, EF and DD. RGB value is (208,239,221). Sum of RGB (Red+Green+Blue) = 208+239+221=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFDD is #2F1022. Grayscale: #E3E3E3. Windows color (decimal): -3084323 or 14544848. OLE color: 14544848.

HSL color Cylindrical-coordinate representation of color #D0EFDD: hue angle of 145.16º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EFDD is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 239 221 -
CMYK 0.13 0 0.08 0.06
HSL 145.16º 0.49% 0.88% -
HSV(B) 145.16º 0.13% 0.94% -
XYZ 69.93 80.36 80.23 -
YUV 227.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 208 239 221 0.13 0 0.08 0.06 145.16 0.49 0.88
Hex D0 EF DD D 0 8 6 91 31 58
Octal 320 357 335 15 0 10 6 221 61 130
Binary 11010000 11101111 11011101 1101 0 1000 110 10010001 110001 1011000

Color Harmonies of #D0EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFDD

Black with #D0EFDD

Text Example


Text Example

White with #D0EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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