Html Css Color HEX #D0FAC5 Snowy Mint

📋 copy color: '#D0FAC5'

red 208 ◦ green 250 ◦ blue 197

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

Shades of Snowy Mint #D0FAC5

Tints of Snowy Mint #D0FAC5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.17%

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

R = 31.76%
G = 38.17%
B = 30.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#D0FAC5 (or 0xD0FAC5) is known color: Snowy Mint. HEX triplet: D0, FA and C5. RGB value is (208,250,197). Sum of RGB (Red+Green+Blue) = 208+250+197=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FAC5 is #2F053A. Grayscale: #E7E7E7. Windows color (decimal): -3081531 or 12974800. OLE color: 12974800.

HSL color Cylindrical-coordinate representation of color #D0FAC5: hue angle of 107.55º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0FAC5 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 197 -
CMYK 0.17 0 0.21 0.02
HSL 107.55º 0.84% 0.88% -
HSV(B) 107.55º 0.21% 0.98% -
XYZ 70.28 85.81 65.68 -
YUV 231.4 108.59 111.31 -
System Red Green Blue C M Y K H S L
Decimal 208 250 197 0.17 0 0.21 0.02 107.55 0.84 0.88
Hex D0 FA C5 11 0 15 2 6C 54 58
Octal 320 372 305 21 0 25 2 154 124 130
Binary 11010000 11111010 11000101 10001 0 10101 10 1101100 1010100 1011000

Color Harmonies of #D0FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FAC5

Black with #D0FAC5

Text Example


Text Example

White with #D0FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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