Html Css Color HEX #D0FFC5 Snowy Mint

📋 copy color: '#D0FFC5'

red 208 ◦ green 255 ◦ blue 197

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

Shades of Snowy Mint #D0FFC5

Tints of Snowy Mint #D0FFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.85%

R = 31.52%
G = 38.64%
B = 29.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#D0FFC5 (or 0xD0FFC5) is known color: Snowy Mint. HEX triplet: D0, FF and C5. RGB value is (208,255,197). Sum of RGB (Red+Green+Blue) = 208+255+197=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFC5 is #2F003A. Grayscale: #EAEAEA. Windows color (decimal): -3080251 or 12976080. OLE color: 12976080.

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

Color convert

RGB 208 255 197 -
CMYK 0.18 0 0.23 0
HSL 108.62º 1% 0.89% -
HSV(B) 108.62º 0.23% 1% -
XYZ 71.85 88.96 66.21 -
YUV 234.34 106.93 109.22 -
System Red Green Blue C M Y K H S L
Decimal 208 255 197 0.18 0 0.23 0 108.62 1 0.89
Hex D0 FF C5 12 0 17 0 6D 64 59
Octal 320 377 305 22 0 27 0 155 144 131
Binary 11010000 11111111 11000101 10010 0 10111 0 1101101 1100100 1011001

Color Harmonies of #D0FFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FFC5

Black with #D0FFC5

Text Example


Text Example

White with #D0FFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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