Html Css Color HEX #DBFACC Snowy Mint

📋 copy color: '#DBFACC'

red 219 ◦ green 250 ◦ blue 204

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

Shades of Snowy Mint #DBFACC

Tints of Snowy Mint #DBFACC

RGB

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

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

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

R = 32.54%
G = 37.15%
B = 30.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#DBFACC (or 0xDBFACC) is known color: Snowy Mint. HEX triplet: DB, FA and CC. RGB value is (219,250,204). Sum of RGB (Red+Green+Blue) = 219+250+204=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFACC is #240533. Grayscale: #EBEBEB. Windows color (decimal): -2360628 or 13433563. OLE color: 13433563.

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

Color convert

RGB 219 250 204 -
CMYK 0.12 0 0.18 0.02
HSL 100.43º 0.82% 0.89% -
HSV(B) 100.43º 0.18% 0.98% -
XYZ 74.3 87.79 70.16 -
YUV 235.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 219 250 204 0.12 0 0.18 0.02 100.43 0.82 0.89
Hex DB FA CC C 0 12 2 64 52 59
Octal 333 372 314 14 0 22 2 144 122 131
Binary 11011011 11111010 11001100 1100 0 10010 10 1100100 1010010 1011001

Color Harmonies of #DBFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFACC

Black with #DBFACC

Text Example


Text Example

White with #DBFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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