Html Css Color HEX #DCFECA Snowy Mint

📋 copy color: '#DCFECA'

red 220 ◦ green 254 ◦ blue 202

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

Shades of Snowy Mint #DCFECA

Tints of Snowy Mint #DCFECA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.57%

 BLUE value IS 202 (79.3% from 255) = 29.88%

R = 32.54%
G = 37.57%
B = 29.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#DCFECA (or 0xDCFECA) is known color: Snowy Mint. HEX triplet: DC, FE and CA. RGB value is (220,254,202). Sum of RGB (Red+Green+Blue) = 220+254+202=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFECA is #230135. Grayscale: #EEEEEE. Windows color (decimal): -2294070 or 13303516. OLE color: 13303516.

HSL color Cylindrical-coordinate representation of color #DCFECA: hue angle of 99.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCFECA is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 202 -
CMYK 0.13 0 0.20 0.00
HSL 99.23º 0.96% 0.89% -
HSV(B) 99.23º 0.2% 1% -
XYZ 75.62 90.36 69.33 -
YUV 237.91 107.74 115.23 -
System Red Green Blue C M Y K H S L
Decimal 220 254 202 0.13 0 0.20 0.00 99.23 0.96 0.89
Hex DC FE CA D 0 14 0 63 60 59
Octal 334 376 312 15 0 24 0 143 140 131
Binary 11011100 11111110 11001010 1101 0 10100 0 1100011 1100000 1011001

Color Harmonies of #DCFECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFECA

Black with #DCFECA

Text Example


Text Example

White with #DCFECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFECA; }

 p { color: rgb(220,254,202); }

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

background-color css

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

 a { background-color: rgb(220,254,202); }

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

border-color css

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

 span { border-color: rgb(220,254,202); }

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