Html Css Color HEX #DCFDCE Snowy Mint

📋 copy color: '#DCFDCE'

red 220 ◦ green 253 ◦ blue 206

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

Shades of Snowy Mint #DCFDCE

Tints of Snowy Mint #DCFDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.34%

R = 32.4%
G = 37.26%
B = 30.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#DCFDCE (or 0xDCFDCE) is known color: Snowy Mint. HEX triplet: DC, FD and CE. RGB value is (220,253,206). Sum of RGB (Red+Green+Blue) = 220+253+206=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDCE is #230231. Grayscale: #EDEDED. Windows color (decimal): -2294322 or 13565404. OLE color: 13565404.

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

Color convert

RGB 220 253 206 -
CMYK 0.13 0 0.19 0.01
HSL 102.13º 0.92% 0.9% -
HSV(B) 102.13º 0.19% 0.99% -
XYZ 75.78 89.92 71.76 -
YUV 237.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 220 253 206 0.13 0 0.19 0.01 102.13 0.92 0.9
Hex DC FD CE D 0 13 1 66 5C 5A
Octal 334 375 316 15 0 23 1 146 134 132
Binary 11011100 11111101 11001110 1101 0 10011 1 1100110 1011100 1011010

Color Harmonies of #DCFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDCE

Black with #DCFDCE

Text Example


Text Example

White with #DCFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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