Html Css Color HEX #DBF9CE Snowy Mint

📋 copy color: '#DBF9CE'

red 219 ◦ green 249 ◦ blue 206

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

Shades of Snowy Mint #DBF9CE

Tints of Snowy Mint #DBF9CE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.94%

 BLUE value IS 206 (80.86% from 255) = 30.56%

R = 32.49%
G = 36.94%
B = 30.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#DBF9CE (or 0xDBF9CE) is known color: Snowy Mint. HEX triplet: DB, F9 and CE. RGB value is (219,249,206). Sum of RGB (Red+Green+Blue) = 219+249+206=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9CE is #240631. Grayscale: #EBEBEB. Windows color (decimal): -2360882 or 13564379. OLE color: 13564379.

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

Color convert

RGB 219 249 206 -
CMYK 0.12 0 0.17 0.02
HSL 101.86º 0.78% 0.89% -
HSV(B) 101.86º 0.17% 0.98% -
XYZ 74.23 87.27 71.32 -
YUV 235.13 111.56 116.5 -
System Red Green Blue C M Y K H S L
Decimal 219 249 206 0.12 0 0.17 0.02 101.86 0.78 0.89
Hex DB F9 CE C 0 11 2 66 4E 59
Octal 333 371 316 14 0 21 2 146 116 131
Binary 11011011 11111001 11001110 1100 0 10001 10 1100110 1001110 1011001

Color Harmonies of #DBF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9CE

Black with #DBF9CE

Text Example


Text Example

White with #DBF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF9CE; }

 p { color: rgb(219,249,206); }

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

background-color css

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

 a { background-color: rgb(219,249,206); }

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

border-color css

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

 span { border-color: rgb(219,249,206); }

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