Html Css Color HEX #DBFACA Snowy Mint

📋 copy color: '#DBFACA'

red 219 ◦ green 250 ◦ blue 202

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

Shades of Snowy Mint #DBFACA

Tints of Snowy Mint #DBFACA

RGB

 RED value IS 219 (85.94% from 255) = 32.64%

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

 BLUE value IS 202 (79.3% from 255) = 30.1%

R = 32.64%
G = 37.26%
B = 30.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#DBFACA (or 0xDBFACA) is known color: Snowy Mint. HEX triplet: DB, FA and CA. RGB value is (219,250,202). Sum of RGB (Red+Green+Blue) = 219+250+202=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFACA is #240535. Grayscale: #EBEBEB. Windows color (decimal): -2360630 or 13302491. OLE color: 13302491.

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

Color convert

RGB 219 250 202 -
CMYK 0.12 0 0.19 0.02
HSL 98.75º 0.83% 0.89% -
HSV(B) 98.75º 0.19% 0.98% -
XYZ 74.06 87.7 68.9 -
YUV 235.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 219 250 202 0.12 0 0.19 0.02 98.75 0.83 0.89
Hex DB FA CA C 0 13 2 63 53 59
Octal 333 372 312 14 0 23 2 143 123 131
Binary 11011011 11111010 11001010 1100 0 10011 10 1100011 1010011 1011001

Color Harmonies of #DBFACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFACA

Black with #DBFACA

Text Example


Text Example

White with #DBFACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFACA; }

 p { color: rgb(219,250,202); }

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

background-color css

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

 a { background-color: rgb(219,250,202); }

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

border-color css

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

 span { border-color: rgb(219,250,202); }

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