Html Css Color HEX #DCFDD0 Snowy Mint

📋 copy color: '#DCFDD0'

red 220 ◦ green 253 ◦ blue 208

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

Shades of Snowy Mint #DCFDD0

Tints of Snowy Mint #DCFDD0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.15%

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

R = 32.31%
G = 37.15%
B = 30.54%

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

#DCFDD0 (or 0xDCFDD0) is known color: Snowy Mint. HEX triplet: DC, FD and D0. RGB value is (220,253,208). Sum of RGB (Red+Green+Blue) = 220+253+208=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 208 (81.64% from 255 or 30.54% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDD0 is #23022F. Grayscale: #EEEEEE. Windows color (decimal): -2294320 or 13696476. OLE color: 13696476.

HSL color Cylindrical-coordinate representation of color #DCFDD0: hue angle of 104º degrees, saturation: 0.92, 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 #DCFDD0 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 208 -
CMYK 0.13 0 0.18 0.01
HSL 104º 0.92% 0.9% -
HSV(B) 104º 0.18% 0.99% -
XYZ 76.03 90.02 73.04 -
YUV 238 111.07 115.16 -
System Red Green Blue C M Y K H S L
Decimal 220 253 208 0.13 0 0.18 0.01 104 0.92 0.9
Hex DC FD D0 D 0 12 1 68 5C 5A
Octal 334 375 320 15 0 22 1 150 134 132
Binary 11011100 11111101 11010000 1101 0 10010 1 1101000 1011100 1011010

Color Harmonies of #DCFDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDD0

Black with #DCFDD0

Text Example


Text Example

White with #DCFDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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