Html Css Color HEX #DCFCCD Snowy Mint

📋 copy color: '#DCFCCD'

red 220 ◦ green 252 ◦ blue 205

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

Shades of Snowy Mint #DCFCCD

Tints of Snowy Mint #DCFCCD

RGB

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

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

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

R = 32.5%
G = 37.22%
B = 30.28%

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

#DCFCCD (or 0xDCFCCD) is known color: Snowy Mint. HEX triplet: DC, FC and CD. RGB value is (220,252,205). Sum of RGB (Red+Green+Blue) = 220+252+205=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCCD is #230332. Grayscale: #EDEDED. Windows color (decimal): -2294579 or 13499612. OLE color: 13499612.

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

Color convert

RGB 220 252 205 -
CMYK 0.13 0 0.19 0.01
HSL 100.85º 0.89% 0.9% -
HSV(B) 100.85º 0.19% 0.99% -
XYZ 75.35 89.24 71.01 -
YUV 237.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 220 252 205 0.13 0 0.19 0.01 100.85 0.89 0.9
Hex DC FC CD D 0 13 1 65 59 5A
Octal 334 374 315 15 0 23 1 145 131 132
Binary 11011100 11111100 11001101 1101 0 10011 1 1100101 1011001 1011010

Color Harmonies of #DCFCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCCD

Black with #DCFCCD

Text Example


Text Example

White with #DCFCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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