Html Css Color HEX #D2FAC5 Snowy Mint

📋 copy color: '#D2FAC5'

red 210 ◦ green 250 ◦ blue 197

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

Shades of Snowy Mint #D2FAC5

Tints of Snowy Mint #D2FAC5

RGB

 RED value IS 210 (82.42% from 255) = 31.96%

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

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

R = 31.96%
G = 38.05%
B = 29.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#D2FAC5 (or 0xD2FAC5) is known color: Snowy Mint. HEX triplet: D2, FA and C5. RGB value is (210,250,197). Sum of RGB (Red+Green+Blue) = 210+250+197=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FAC5 is #2D053A. Grayscale: #E8E8E8. Windows color (decimal): -2950459 or 12974802. OLE color: 12974802.

HSL color Cylindrical-coordinate representation of color #D2FAC5: hue angle of 105.28º 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 #D2FAC5 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 250 197 -
CMYK 0.16 0 0.21 0.02
HSL 105.28º 0.84% 0.88% -
HSV(B) 105.28º 0.21% 0.98% -
XYZ 70.84 86.1 65.71 -
YUV 232 108.25 112.31 -
System Red Green Blue C M Y K H S L
Decimal 210 250 197 0.16 0 0.21 0.02 105.28 0.84 0.88
Hex D2 FA C5 10 0 15 2 69 54 58
Octal 322 372 305 20 0 25 2 151 124 130
Binary 11010010 11111010 11000101 10000 0 10101 10 1101001 1010100 1011000

Color Harmonies of #D2FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FAC5

Black with #D2FAC5

Text Example


Text Example

White with #D2FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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