Html Css Color HEX #DBFBCA Snowy Mint

📋 copy color: '#DBFBCA'

red 219 ◦ green 251 ◦ blue 202

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

Shades of Snowy Mint #DBFBCA

Tints of Snowy Mint #DBFBCA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.35%

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

R = 32.59%
G = 37.35%
B = 30.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#DBFBCA (or 0xDBFBCA) is known color: Snowy Mint. HEX triplet: DB, FB and CA. RGB value is (219,251,202). Sum of RGB (Red+Green+Blue) = 219+251+202=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBCA is #240435. Grayscale: #ECECEC. Windows color (decimal): -2360374 or 13302747. OLE color: 13302747.

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

Color convert

RGB 219 251 202 -
CMYK 0.13 0 0.20 0.02
HSL 99.18º 0.86% 0.89% -
HSV(B) 99.18º 0.2% 0.98% -
XYZ 74.37 88.32 69 -
YUV 235.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 219 251 202 0.13 0 0.20 0.02 99.18 0.86 0.89
Hex DB FB CA D 0 14 2 63 56 59
Octal 333 373 312 15 0 24 2 143 126 131
Binary 11011011 11111011 11001010 1101 0 10100 10 1100011 1010110 1011001

Color Harmonies of #DBFBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBCA

Black with #DBFBCA

Text Example


Text Example

White with #DBFBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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