Html Css Color HEX #DCFFCD Snowy Mint

📋 copy color: '#DCFFCD'

red 220 ◦ green 255 ◦ blue 205

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

Shades of Snowy Mint #DCFFCD

Tints of Snowy Mint #DCFFCD

RGB

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

 GREEN value IS 255 (100% from 255) = 37.5%

 BLUE value IS 205 (80.47% from 255) = 30.15%

R = 32.35%
G = 37.5%
B = 30.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#DCFFCD (or 0xDCFFCD) is known color: Snowy Mint. HEX triplet: DC, FF and CD. RGB value is (220,255,205). Sum of RGB (Red+Green+Blue) = 220+255+205=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFCD is #230032. Grayscale: #EFEFEF. Windows color (decimal): -2293811 or 13500380. OLE color: 13500380.

HSL color Cylindrical-coordinate representation of color #DCFFCD: hue angle of 102º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCFFCD is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 205 -
CMYK 0.14 0 0.20 0
HSL 102º 1% 0.9% -
HSV(B) 102º 0.2% 1% -
XYZ 76.29 91.14 71.33 -
YUV 238.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 220 255 205 0.14 0 0.20 0 102 1 0.9
Hex DC FF CD E 0 14 0 66 64 5A
Octal 334 377 315 16 0 24 0 146 144 132
Binary 11011100 11111111 11001101 1110 0 10100 0 1100110 1100100 1011010

Color Harmonies of #DCFFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFFCD

Black with #DCFFCD

Text Example


Text Example

White with #DCFFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFFCD; }

 p { color: rgb(220,255,205); }

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

background-color css

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

 a { background-color: rgb(220,255,205); }

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

border-color css

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

 span { border-color: rgb(220,255,205); }

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