Html Css Color HEX #D0EEC7 Snowy Mint

📋 copy color: '#D0EEC7'

red 208 ◦ green 238 ◦ blue 199

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

Shades of Snowy Mint #D0EEC7

Tints of Snowy Mint #D0EEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 30.85%

R = 32.25%
G = 36.9%
B = 30.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#D0EEC7 (or 0xD0EEC7) is known color: Snowy Mint. HEX triplet: D0, EE and C7. RGB value is (208,238,199). Sum of RGB (Red+Green+Blue) = 208+238+199=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEC7 is #2F1138. Grayscale: #E0E0E0. Windows color (decimal): -3084601 or 13102800. OLE color: 13102800.

HSL color Cylindrical-coordinate representation of color #D0EEC7: hue angle of 106.15º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0EEC7 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 238 199 -
CMYK 0.13 0 0.16 0.07
HSL 106.15º 0.53% 0.86% -
HSV(B) 106.15º 0.16% 0.93% -
XYZ 66.9 78.68 65.69 -
YUV 224.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 208 238 199 0.13 0 0.16 0.07 106.15 0.53 0.86
Hex D0 EE C7 D 0 10 7 6A 35 56
Octal 320 356 307 15 0 20 7 152 65 126
Binary 11010000 11101110 11000111 1101 0 10000 111 1101010 110101 1010110

Color Harmonies of #D0EEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEC7

Black with #D0EEC7

Text Example


Text Example

White with #D0EEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEC7; }

 p { color: rgb(208,238,199); }

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

background-color css

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

 a { background-color: rgb(208,238,199); }

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

border-color css

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

 span { border-color: rgb(208,238,199); }

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