Html Css Color HEX #DBFCCA Snowy Mint

📋 copy color: '#DBFCCA'

red 219 ◦ green 252 ◦ blue 202

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

Shades of Snowy Mint #DBFCCA

Tints of Snowy Mint #DBFCCA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.44%

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

R = 32.54%
G = 37.44%
B = 30.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#DBFCCA (or 0xDBFCCA) is known color: Snowy Mint. HEX triplet: DB, FC and CA. RGB value is (219,252,202). Sum of RGB (Red+Green+Blue) = 219+252+202=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCCA is #240335. Grayscale: #ECECEC. Windows color (decimal): -2360118 or 13303003. OLE color: 13303003.

HSL color Cylindrical-coordinate representation of color #DBFCCA: hue angle of 99.6º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBFCCA is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 252 202 -
CMYK 0.13 0 0.20 0.01
HSL 99.6º 0.89% 0.89% -
HSV(B) 99.6º 0.2% 0.99% -
XYZ 74.68 88.95 69.11 -
YUV 236.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 219 252 202 0.13 0 0.20 0.01 99.6 0.89 0.89
Hex DB FC CA D 0 14 1 64 59 59
Octal 333 374 312 15 0 24 1 144 131 131
Binary 11011011 11111100 11001010 1101 0 10100 1 1100100 1011001 1011001

Color Harmonies of #DBFCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFCCA

Black with #DBFCCA

Text Example


Text Example

White with #DBFCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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