Html Css Color HEX #DBFDCE Snowy Mint

📋 copy color: '#DBFDCE'

red 219 ◦ green 253 ◦ blue 206

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

Shades of Snowy Mint #DBFDCE

Tints of Snowy Mint #DBFDCE

RGB

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

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

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

R = 32.3%
G = 37.32%
B = 30.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#DBFDCE (or 0xDBFDCE) is known color: Snowy Mint. HEX triplet: DB, FD and CE. RGB value is (219,253,206). Sum of RGB (Red+Green+Blue) = 219+253+206=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDCE is #240231. Grayscale: #EDEDED. Windows color (decimal): -2359858 or 13565403. OLE color: 13565403.

HSL color Cylindrical-coordinate representation of color #DBFDCE: hue angle of 103.4º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBFDCE is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 206 -
CMYK 0.13 0 0.19 0.01
HSL 103.4º 0.92% 0.9% -
HSV(B) 103.4º 0.19% 0.99% -
XYZ 75.48 89.77 71.74 -
YUV 237.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 219 253 206 0.13 0 0.19 0.01 103.4 0.92 0.9
Hex DB FD CE D 0 13 1 67 5C 5A
Octal 333 375 316 15 0 23 1 147 134 132
Binary 11011011 11111101 11001110 1101 0 10011 1 1100111 1011100 1011010

Color Harmonies of #DBFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFDCE

Black with #DBFDCE

Text Example


Text Example

White with #DBFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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