Html Css Color HEX #DCFFCF Snowy Mint

📋 copy color: '#DCFFCF'

red 220 ◦ green 255 ◦ blue 207

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

Shades of Snowy Mint #DCFFCF

Tints of Snowy Mint #DCFFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.35%

R = 32.26%
G = 37.39%
B = 30.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#DCFFCF (or 0xDCFFCF) is known color: Snowy Mint. HEX triplet: DC, FF and CF. RGB value is (220,255,207). Sum of RGB (Red+Green+Blue) = 220+255+207=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFCF is #230030. Grayscale: #EFEFEF. Windows color (decimal): -2293809 or 13631452. OLE color: 13631452.

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

Color convert

RGB 220 255 207 -
CMYK 0.14 0 0.19 0
HSL 103.75º 1% 0.91% -
HSV(B) 103.75º 0.19% 1% -
XYZ 76.54 91.24 72.61 -
YUV 239.06 109.9 114.4 -
System Red Green Blue C M Y K H S L
Decimal 220 255 207 0.14 0 0.19 0 103.75 1 0.91
Hex DC FF CF E 0 13 0 68 64 5B
Octal 334 377 317 16 0 23 0 150 144 133
Binary 11011100 11111111 11001111 1110 0 10011 0 1101000 1100100 1011011

Color Harmonies of #DCFFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFFCF

Black with #DCFFCF

Text Example


Text Example

White with #DCFFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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