Html Css Color HEX #DBFCCC Snowy Mint

📋 copy color: '#DBFCCC'

red 219 ◦ green 252 ◦ blue 204

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

Shades of Snowy Mint #DBFCCC

Tints of Snowy Mint #DBFCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.22%

R = 32.44%
G = 37.33%
B = 30.22%

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

#DBFCCC (or 0xDBFCCC) is known color: Snowy Mint. HEX triplet: DB, FC and CC. RGB value is (219,252,204). Sum of RGB (Red+Green+Blue) = 219+252+204=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCCC is #240333. Grayscale: #ECECEC. Windows color (decimal): -2360116 or 13434075. OLE color: 13434075.

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

Color convert

RGB 219 252 204 -
CMYK 0.13 0 0.19 0.01
HSL 101.25º 0.89% 0.89% -
HSV(B) 101.25º 0.19% 0.99% -
XYZ 74.92 89.04 70.36 -
YUV 236.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 219 252 204 0.13 0 0.19 0.01 101.25 0.89 0.89
Hex DB FC CC D 0 13 1 65 59 59
Octal 333 374 314 15 0 23 1 145 131 131
Binary 11011011 11111100 11001100 1101 0 10011 1 1100101 1011001 1011001

Color Harmonies of #DBFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFCCC

Black with #DBFCCC

Text Example


Text Example

White with #DBFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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