Html Css Color HEX #D0FCC6 Snowy Mint

📋 copy color: '#D0FCC6'

red 208 ◦ green 252 ◦ blue 198

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

Shades of Snowy Mint #D0FCC6

Tints of Snowy Mint #D0FCC6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.3%

 BLUE value IS 198 (77.73% from 255) = 30.09%

R = 31.61%
G = 38.3%
B = 30.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#D0FCC6 (or 0xD0FCC6) is known color: Snowy Mint. HEX triplet: D0, FC and C6. RGB value is (208,252,198). Sum of RGB (Red+Green+Blue) = 208+252+198=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 198 (77.73% from 255 or 30.09% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCC6 is #2F0339. Grayscale: #E8E8E8. Windows color (decimal): -3081018 or 13040848. OLE color: 13040848.

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

Color convert

RGB 208 252 198 -
CMYK 0.17 0 0.21 0.01
HSL 108.89º 0.9% 0.88% -
HSV(B) 108.89º 0.21% 0.99% -
XYZ 71.02 87.11 66.5 -
YUV 232.69 108.42 110.39 -
System Red Green Blue C M Y K H S L
Decimal 208 252 198 0.17 0 0.21 0.01 108.89 0.9 0.88
Hex D0 FC C6 11 0 15 1 6D 5A 58
Octal 320 374 306 21 0 25 1 155 132 130
Binary 11010000 11111100 11000110 10001 0 10101 1 1101101 1011010 1011000

Color Harmonies of #D0FCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FCC6

Black with #D0FCC6

Text Example


Text Example

White with #D0FCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FCC6; }

 p { color: rgb(208,252,198); }

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

background-color css

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

 a { background-color: rgb(208,252,198); }

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

border-color css

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

 span { border-color: rgb(208,252,198); }

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