Html Css Color HEX #D0EFDE White Ice

📋 copy color: '#D0EFDE'

red 208 ◦ green 239 ◦ blue 222

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

Shades of White Ice #D0EFDE

Tints of White Ice #D0EFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.18%

R = 31.09%
G = 35.72%
B = 33.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#D0EFDE (or 0xD0EFDE) is known color: White Ice. HEX triplet: D0, EF and DE. RGB value is (208,239,222). Sum of RGB (Red+Green+Blue) = 208+239+222=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFDE is #2F1021. Grayscale: #E3E3E3. Windows color (decimal): -3084322 or 14610384. OLE color: 14610384.

HSL color Cylindrical-coordinate representation of color #D0EFDE: hue angle of 147.1º 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 #D0EFDE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 239 222 -
CMYK 0.13 0 0.07 0.06
HSL 147.1º 0.49% 0.88% -
HSV(B) 147.1º 0.13% 0.94% -
XYZ 70.06 80.42 80.94 -
YUV 227.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 208 239 222 0.13 0 0.07 0.06 147.1 0.49 0.88
Hex D0 EF DE D 0 7 6 93 31 58
Octal 320 357 336 15 0 7 6 223 61 130
Binary 11010000 11101111 11011110 1101 0 111 110 10010011 110001 1011000

Color Harmonies of #D0EFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFDE

Black with #D0EFDE

Text Example


Text Example

White with #D0EFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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