Html Css Color HEX #D0EDC7 Snowy Mint

📋 copy color: '#D0EDC7'

red 208 ◦ green 237 ◦ blue 199

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

Shades of Snowy Mint #D0EDC7

Tints of Snowy Mint #D0EDC7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.8%

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

R = 32.3%
G = 36.8%
B = 30.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#D0EDC7 (or 0xD0EDC7) is known color: Snowy Mint. HEX triplet: D0, ED and C7. RGB value is (208,237,199). Sum of RGB (Red+Green+Blue) = 208+237+199=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDC7 is #2F1238. Grayscale: #E0E0E0. Windows color (decimal): -3084857 or 13102544. OLE color: 13102544.

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

Color convert

RGB 208 237 199 -
CMYK 0.12 0 0.16 0.07
HSL 105.79º 0.51% 0.85% -
HSV(B) 105.79º 0.16% 0.93% -
XYZ 66.61 78.1 65.6 -
YUV 224 113.89 116.59 -
System Red Green Blue C M Y K H S L
Decimal 208 237 199 0.12 0 0.16 0.07 105.79 0.51 0.85
Hex D0 ED C7 C 0 10 7 6A 33 55
Octal 320 355 307 14 0 20 7 152 63 125
Binary 11010000 11101101 11000111 1100 0 10000 111 1101010 110011 1010101

Color Harmonies of #D0EDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDC7

Black with #D0EDC7

Text Example


Text Example

White with #D0EDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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