Html Css Color HEX #D8F2CD Snowy Mint

📋 copy color: '#D8F2CD'

red 216 ◦ green 242 ◦ blue 205

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

Shades of Snowy Mint #D8F2CD

Tints of Snowy Mint #D8F2CD

RGB

 RED value IS 216 (84.77% from 255) = 32.58%

 GREEN value IS 242 (94.92% from 255) = 36.5%

 BLUE value IS 205 (80.47% from 255) = 30.92%

R = 32.58%
G = 36.5%
B = 30.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#D8F2CD (or 0xD8F2CD) is known color: Snowy Mint. HEX triplet: D8, F2 and CD. RGB value is (216,242,205). Sum of RGB (Red+Green+Blue) = 216+242+205=663 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.58% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F2CD is #270D32. Grayscale: #E6E6E6. Windows color (decimal): -2559283 or 13497048. OLE color: 13497048.

HSL color Cylindrical-coordinate representation of color #D8F2CD: hue angle of 102.16º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8F2CD is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 242 205 -
CMYK 0.11 0 0.15 0.05
HSL 102.16º 0.59% 0.88% -
HSV(B) 102.16º 0.15% 0.95% -
XYZ 71.09 82.51 69.94 -
YUV 230.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 216 242 205 0.11 0 0.15 0.05 102.16 0.59 0.88
Hex D8 F2 CD B 0 F 5 66 3B 58
Octal 330 362 315 13 0 17 5 146 73 130
Binary 11011000 11110010 11001101 1011 0 1111 101 1100110 111011 1011000

Color Harmonies of #D8F2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F2CD

Black with #D8F2CD

Text Example


Text Example

White with #D8F2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F2CD; }

 p { color: rgb(216,242,205); }

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

background-color css

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

 a { background-color: rgb(216,242,205); }

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

border-color css

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

 span { border-color: rgb(216,242,205); }

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