Html Css Color HEX #D5FACC Snowy Mint

📋 copy color: '#D5FACC'

red 213 ◦ green 250 ◦ blue 204

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

Shades of Snowy Mint #D5FACC

Tints of Snowy Mint #D5FACC

RGB

 RED value IS 213 (83.59% from 255) = 31.93%

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

 BLUE value IS 204 (80.08% from 255) = 30.58%

R = 31.93%
G = 37.48%
B = 30.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#D5FACC (or 0xD5FACC) is known color: Snowy Mint. HEX triplet: D5, FA and CC. RGB value is (213,250,204). Sum of RGB (Red+Green+Blue) = 213+250+204=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FACC is #2A0533. Grayscale: #E9E9E9. Windows color (decimal): -2753844 or 13433557. OLE color: 13433557.

HSL color Cylindrical-coordinate representation of color #D5FACC: hue angle of 108.26º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5FACC is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 204 -
CMYK 0.15 0 0.18 0.02
HSL 108.26º 0.82% 0.89% -
HSV(B) 108.26º 0.18% 0.98% -
XYZ 72.53 86.88 70.07 -
YUV 233.69 111.24 113.24 -
System Red Green Blue C M Y K H S L
Decimal 213 250 204 0.15 0 0.18 0.02 108.26 0.82 0.89
Hex D5 FA CC F 0 12 2 6C 52 59
Octal 325 372 314 17 0 22 2 154 122 131
Binary 11010101 11111010 11001100 1111 0 10010 10 1101100 1010010 1011001

Color Harmonies of #D5FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FACC

Black with #D5FACC

Text Example


Text Example

White with #D5FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FACC; }

 p { color: rgb(213,250,204); }

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

background-color css

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

 a { background-color: rgb(213,250,204); }

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

border-color css

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

 span { border-color: rgb(213,250,204); }

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