Html Css Color HEX #DCFCD0 Snowy Mint

📋 copy color: '#DCFCD0'

red 220 ◦ green 252 ◦ blue 208

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

Shades of Snowy Mint #DCFCD0

Tints of Snowy Mint #DCFCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 30.59%

R = 32.35%
G = 37.06%
B = 30.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#DCFCD0 (or 0xDCFCD0) is known color: Snowy Mint. HEX triplet: DC, FC and D0. RGB value is (220,252,208). Sum of RGB (Red+Green+Blue) = 220+252+208=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCD0 is #23032F. Grayscale: #EDEDED. Windows color (decimal): -2294576 or 13696220. OLE color: 13696220.

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

Color convert

RGB 220 252 208 -
CMYK 0.13 0 0.17 0.01
HSL 103.64º 0.88% 0.9% -
HSV(B) 103.64º 0.17% 0.99% -
XYZ 75.71 89.39 72.94 -
YUV 237.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 220 252 208 0.13 0 0.17 0.01 103.64 0.88 0.9
Hex DC FC D0 D 0 11 1 68 58 5A
Octal 334 374 320 15 0 21 1 150 130 132
Binary 11011100 11111100 11010000 1101 0 10001 1 1101000 1011000 1011010

Color Harmonies of #DCFCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCD0

Black with #DCFCD0

Text Example


Text Example

White with #DCFCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCD0; }

 p { color: rgb(220,252,208); }

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

background-color css

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

 a { background-color: rgb(220,252,208); }

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

border-color css

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

 span { border-color: rgb(220,252,208); }

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