Html Css Color HEX #DBF8CD Snowy Mint

📋 copy color: '#DBF8CD'

red 219 ◦ green 248 ◦ blue 205

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

Shades of Snowy Mint #DBF8CD

Tints of Snowy Mint #DBF8CD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.9%

 BLUE value IS 205 (80.47% from 255) = 30.51%

R = 32.59%
G = 36.9%
B = 30.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#DBF8CD (or 0xDBF8CD) is known color: Snowy Mint. HEX triplet: DB, F8 and CD. RGB value is (219,248,205). Sum of RGB (Red+Green+Blue) = 219+248+205=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8CD is #240732. Grayscale: #EAEAEA. Windows color (decimal): -2361139 or 13498587. OLE color: 13498587.

HSL color Cylindrical-coordinate representation of color #DBF8CD: hue angle of 100.47º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBF8CD is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 205 -
CMYK 0.12 0 0.17 0.03
HSL 100.47º 0.75% 0.89% -
HSV(B) 100.47º 0.17% 0.97% -
XYZ 73.8 86.6 70.58 -
YUV 234.43 111.39 117 -
System Red Green Blue C M Y K H S L
Decimal 219 248 205 0.12 0 0.17 0.03 100.47 0.75 0.89
Hex DB F8 CD C 0 11 3 64 4B 59
Octal 333 370 315 14 0 21 3 144 113 131
Binary 11011011 11111000 11001101 1100 0 10001 11 1100100 1001011 1011001

Color Harmonies of #DBF8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF8CD

Black with #DBF8CD

Text Example


Text Example

White with #DBF8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF8CD; }

 p { color: rgb(219,248,205); }

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

background-color css

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

 a { background-color: rgb(219,248,205); }

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

border-color css

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

 span { border-color: rgb(219,248,205); }

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