Html Css Color HEX #DCFBCC Snowy Mint

📋 copy color: '#DCFBCC'

red 220 ◦ green 251 ◦ blue 204

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

Shades of Snowy Mint #DCFBCC

Tints of Snowy Mint #DCFBCC

RGB

 RED value IS 220 (86.33% from 255) = 32.59%

 GREEN value IS 251 (98.44% from 255) = 37.19%

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

R = 32.59%
G = 37.19%
B = 30.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#DCFBCC (or 0xDCFBCC) is known color: Snowy Mint. HEX triplet: DC, FB and CC. RGB value is (220,251,204). Sum of RGB (Red+Green+Blue) = 220+251+204=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBCC is #230433. Grayscale: #ECECEC. Windows color (decimal): -2294836 or 13433820. OLE color: 13433820.

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

Color convert

RGB 220 251 204 -
CMYK 0.12 0 0.19 0.02
HSL 99.57º 0.85% 0.89% -
HSV(B) 99.57º 0.19% 0.98% -
XYZ 74.91 88.57 70.27 -
YUV 236.37 109.73 116.32 -
System Red Green Blue C M Y K H S L
Decimal 220 251 204 0.12 0 0.19 0.02 99.57 0.85 0.89
Hex DC FB CC C 0 13 2 64 55 59
Octal 334 373 314 14 0 23 2 144 125 131
Binary 11011100 11111011 11001100 1100 0 10011 10 1100100 1010101 1011001

Color Harmonies of #DCFBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBCC

Black with #DCFBCC

Text Example


Text Example

White with #DCFBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBCC; }

 p { color: rgb(220,251,204); }

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

background-color css

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

 a { background-color: rgb(220,251,204); }

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

border-color css

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

 span { border-color: rgb(220,251,204); }

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