Html Css Color HEX #D9FACF Snowy Mint

📋 copy color: '#D9FACF'

red 217 ◦ green 250 ◦ blue 207

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

Shades of Snowy Mint #D9FACF

Tints of Snowy Mint #D9FACF

RGB

 RED value IS 217 (85.16% from 255) = 32.2%

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

 BLUE value IS 207 (81.25% from 255) = 30.71%

R = 32.2%
G = 37.09%
B = 30.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#D9FACF (or 0xD9FACF) is known color: Snowy Mint. HEX triplet: D9, FA and CF. RGB value is (217,250,207). Sum of RGB (Red+Green+Blue) = 217+250+207=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FACF is #260530. Grayscale: #EBEBEB. Windows color (decimal): -2491697 or 13630169. OLE color: 13630169.

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

Color convert

RGB 217 250 207 -
CMYK 0.13 0 0.17 0.02
HSL 106.05º 0.81% 0.9% -
HSV(B) 106.05º 0.17% 0.98% -
XYZ 74.06 87.63 72.04 -
YUV 235.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 217 250 207 0.13 0 0.17 0.02 106.05 0.81 0.9
Hex D9 FA CF D 0 11 2 6A 51 5A
Octal 331 372 317 15 0 21 2 152 121 132
Binary 11011001 11111010 11001111 1101 0 10001 10 1101010 1010001 1011010

Color Harmonies of #D9FACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FACF

Black with #D9FACF

Text Example


Text Example

White with #D9FACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FACF; }

 p { color: rgb(217,250,207); }

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

background-color css

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

 a { background-color: rgb(217,250,207); }

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

border-color css

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

 span { border-color: rgb(217,250,207); }

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