Html Css Color HEX #DBFCCF Snowy Mint

📋 copy color: '#DBFCCF'

red 219 ◦ green 252 ◦ blue 207

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

Shades of Snowy Mint #DBFCCF

Tints of Snowy Mint #DBFCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.17%

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

R = 32.3%
G = 37.17%
B = 30.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#DBFCCF (or 0xDBFCCF) is known color: Snowy Mint. HEX triplet: DB, FC and CF. RGB value is (219,252,207). Sum of RGB (Red+Green+Blue) = 219+252+207=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCCF is #240330. Grayscale: #EDEDED. Windows color (decimal): -2360113 or 13630683. OLE color: 13630683.

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

Color convert

RGB 219 252 207 -
CMYK 0.13 0 0.18 0.01
HSL 104º 0.88% 0.9% -
HSV(B) 104º 0.18% 0.99% -
XYZ 75.29 89.19 72.28 -
YUV 237 111.07 115.16 -
System Red Green Blue C M Y K H S L
Decimal 219 252 207 0.13 0 0.18 0.01 104 0.88 0.9
Hex DB FC CF D 0 12 1 68 58 5A
Octal 333 374 317 15 0 22 1 150 130 132
Binary 11011011 11111100 11001111 1101 0 10010 1 1101000 1011000 1011010

Color Harmonies of #DBFCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFCCF

Black with #DBFCCF

Text Example


Text Example

White with #DBFCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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