Html Css Color HEX #DBFBCF Snowy Mint

📋 copy color: '#DBFBCF'

red 219 ◦ green 251 ◦ blue 207

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

Shades of Snowy Mint #DBFBCF

Tints of Snowy Mint #DBFBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.58%

R = 32.35%
G = 37.08%
B = 30.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#DBFBCF (or 0xDBFBCF) is known color: Snowy Mint. HEX triplet: DB, FB and CF. RGB value is (219,251,207). Sum of RGB (Red+Green+Blue) = 219+251+207=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBCF is #240430. Grayscale: #ECECEC. Windows color (decimal): -2360369 or 13630427. OLE color: 13630427.

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

Color convert

RGB 219 251 207 -
CMYK 0.13 0 0.18 0.02
HSL 103.64º 0.85% 0.9% -
HSV(B) 103.64º 0.18% 0.98% -
XYZ 74.97 88.56 72.17 -
YUV 236.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 219 251 207 0.13 0 0.18 0.02 103.64 0.85 0.9
Hex DB FB CF D 0 12 2 68 55 5A
Octal 333 373 317 15 0 22 2 150 125 132
Binary 11011011 11111011 11001111 1101 0 10010 10 1101000 1010101 1011010

Color Harmonies of #DBFBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBCF

Black with #DBFBCF

Text Example


Text Example

White with #DBFBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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