Html Css Color HEX #D0EEC8 Snowy Mint

📋 copy color: '#D0EEC8'

red 208 ◦ green 238 ◦ blue 200

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

Shades of Snowy Mint #D0EEC8

Tints of Snowy Mint #D0EEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.96%

R = 32.2%
G = 36.84%
B = 30.96%

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

#D0EEC8 (or 0xD0EEC8) is known color: Snowy Mint. HEX triplet: D0, EE and C8. RGB value is (208,238,200). Sum of RGB (Red+Green+Blue) = 208+238+200=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 200 (78.52% from 255 or 30.96% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEC8 is #2F1137. Grayscale: #E0E0E0. Windows color (decimal): -3084600 or 13168336. OLE color: 13168336.

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

Color convert

RGB 208 238 200 -
CMYK 0.13 0 0.16 0.07
HSL 107.37º 0.53% 0.86% -
HSV(B) 107.37º 0.16% 0.93% -
XYZ 67.01 78.73 66.31 -
YUV 224.7 114.06 116.09 -
System Red Green Blue C M Y K H S L
Decimal 208 238 200 0.13 0 0.16 0.07 107.37 0.53 0.86
Hex D0 EE C8 D 0 10 7 6B 35 56
Octal 320 356 310 15 0 20 7 153 65 126
Binary 11010000 11101110 11001000 1101 0 10000 111 1101011 110101 1010110

Color Harmonies of #D0EEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEC8

Black with #D0EEC8

Text Example


Text Example

White with #D0EEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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