Html Css Color HEX #DBFDCB Snowy Mint

📋 copy color: '#DBFDCB'

red 219 ◦ green 253 ◦ blue 203

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

Shades of Snowy Mint #DBFDCB

Tints of Snowy Mint #DBFDCB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.48%

 BLUE value IS 203 (79.69% from 255) = 30.07%

R = 32.44%
G = 37.48%
B = 30.07%

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

#DBFDCB (or 0xDBFDCB) is known color: Snowy Mint. HEX triplet: DB, FD and CB. RGB value is (219,253,203). Sum of RGB (Red+Green+Blue) = 219+253+203=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDCB is #240234. Grayscale: #EDEDED. Windows color (decimal): -2359861 or 13368795. OLE color: 13368795.

HSL color Cylindrical-coordinate representation of color #DBFDCB: hue angle of 100.8º degrees, saturation: 0.93, 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 #DBFDCB is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 203 -
CMYK 0.13 0 0.20 0.01
HSL 100.8º 0.93% 0.89% -
HSV(B) 100.8º 0.2% 0.99% -
XYZ 75.12 89.62 69.84 -
YUV 237.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 219 253 203 0.13 0 0.20 0.01 100.8 0.93 0.89
Hex DB FD CB D 0 14 1 65 5D 59
Octal 333 375 313 15 0 24 1 145 135 131
Binary 11011011 11111101 11001011 1101 0 10100 1 1100101 1011101 1011001

Color Harmonies of #DBFDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFDCB

Black with #DBFDCB

Text Example


Text Example

White with #DBFDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFDCB; }

 p { color: rgb(219,253,203); }

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

background-color css

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

 a { background-color: rgb(219,253,203); }

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

border-color css

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

 span { border-color: rgb(219,253,203); }

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