Html Css Color HEX #D0FFC7 Snowy Mint

📋 copy color: '#D0FFC7'

red 208 ◦ green 255 ◦ blue 199

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

Shades of Snowy Mint #D0FFC7

Tints of Snowy Mint #D0FFC7

RGB

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

 GREEN value IS 255 (100% from 255) = 38.52%

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

R = 31.42%
G = 38.52%
B = 30.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#D0FFC7 (or 0xD0FFC7) is known color: Snowy Mint. HEX triplet: D0, FF and C7. RGB value is (208,255,199). Sum of RGB (Red+Green+Blue) = 208+255+199=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 199 (78.12% from 255 or 30.06% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFC7 is #2F0038. Grayscale: #EAEAEA. Windows color (decimal): -3080249 or 13107152. OLE color: 13107152.

HSL color Cylindrical-coordinate representation of color #D0FFC7: hue angle of 110.36º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0FFC7 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 208 255 199 -
CMYK 0.18 0 0.22 0
HSL 110.36º 1% 0.89% -
HSV(B) 110.36º 0.22% 1% -
XYZ 72.08 89.05 67.42 -
YUV 234.56 107.93 109.05 -
System Red Green Blue C M Y K H S L
Decimal 208 255 199 0.18 0 0.22 0 110.36 1 0.89
Hex D0 FF C7 12 0 16 0 6E 64 59
Octal 320 377 307 22 0 26 0 156 144 131
Binary 11010000 11111111 11000111 10010 0 10110 0 1101110 1100100 1011001

Color Harmonies of #D0FFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FFC7

Black with #D0FFC7

Text Example


Text Example

White with #D0FFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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