Html Css Color HEX #D2FFC5 Snowy Mint

📋 copy color: '#D2FFC5'

red 210 ◦ green 255 ◦ blue 197

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

Shades of Snowy Mint #D2FFC5

Tints of Snowy Mint #D2FFC5

RGB

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

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

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

R = 31.72%
G = 38.52%
B = 29.76%

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

#D2FFC5 (or 0xD2FFC5) is known color: Snowy Mint. HEX triplet: D2, FF and C5. RGB value is (210,255,197). Sum of RGB (Red+Green+Blue) = 210+255+197=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 197 (77.34% from 255 or 29.76% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFC5 is #2D003A. Grayscale: #EBEBEB. Windows color (decimal): -2949179 or 12976082. OLE color: 12976082.

HSL color Cylindrical-coordinate representation of color #D2FFC5: hue angle of 106.55º 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 #D2FFC5 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 210 255 197 -
CMYK 0.18 0 0.23 0
HSL 106.55º 1% 0.89% -
HSV(B) 106.55º 0.23% 1% -
XYZ 72.42 89.25 66.23 -
YUV 234.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 210 255 197 0.18 0 0.23 0 106.55 1 0.89
Hex D2 FF C5 12 0 17 0 6B 64 59
Octal 322 377 305 22 0 27 0 153 144 131
Binary 11010010 11111111 11000101 10010 0 10111 0 1101011 1100100 1011001

Color Harmonies of #D2FFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FFC5

Black with #D2FFC5

Text Example


Text Example

White with #D2FFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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