Html Css Color HEX #D0FAC8 Snowy Mint

📋 copy color: '#D0FAC8'

red 208 ◦ green 250 ◦ blue 200

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

Shades of Snowy Mint #D0FAC8

Tints of Snowy Mint #D0FAC8

RGB

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

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

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

R = 31.61%
G = 37.99%
B = 30.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#D0FAC8 (or 0xD0FAC8) is known color: Snowy Mint. HEX triplet: D0, FA and C8. RGB value is (208,250,200). Sum of RGB (Red+Green+Blue) = 208+250+200=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FAC8 is #2F0537. Grayscale: #E7E7E7. Windows color (decimal): -3081528 or 13171408. OLE color: 13171408.

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

Color convert

RGB 208 250 200 -
CMYK 0.17 0 0.2 0.02
HSL 110.4º 0.83% 0.88% -
HSV(B) 110.4º 0.2% 0.98% -
XYZ 70.62 85.95 67.51 -
YUV 231.74 110.09 111.07 -
System Red Green Blue C M Y K H S L
Decimal 208 250 200 0.17 0 0.2 0.02 110.4 0.83 0.88
Hex D0 FA C8 11 0 14 2 6E 53 58
Octal 320 372 310 21 0 24 2 156 123 130
Binary 11010000 11111010 11001000 10001 0 10100 10 1101110 1010011 1011000

Color Harmonies of #D0FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FAC8

Black with #D0FAC8

Text Example


Text Example

White with #D0FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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