Html Css Color HEX #DCFADE Frosted Mint

📋 copy color: '#DCFADE'

red 220 ◦ green 250 ◦ blue 222

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

Shades of Frosted Mint #DCFADE

Tints of Frosted Mint #DCFADE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.13%

 BLUE value IS 222 (87.11% from 255) = 32.08%

R = 31.79%
G = 36.13%
B = 32.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#DCFADE (or 0xDCFADE) is known color: Frosted Mint. HEX triplet: DC, FA and DE. RGB value is (220,250,222). Sum of RGB (Red+Green+Blue) = 220+250+222=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFADE is #230521. Grayscale: #EDEDED. Windows color (decimal): -2295074 or 14613212. OLE color: 14613212.

HSL color Cylindrical-coordinate representation of color #DCFADE: hue angle of 124º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFADE is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 222 -
CMYK 0.12 0 0.11 0.02
HSL 124º 0.75% 0.92% -
HSV(B) 124º 0.12% 0.98% -
XYZ 76.89 88.86 82.21 -
YUV 237.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 220 250 222 0.12 0 0.11 0.02 124 0.75 0.92
Hex DC FA DE C 0 B 2 7C 4B 5C
Octal 334 372 336 14 0 13 2 174 113 134
Binary 11011100 11111010 11011110 1100 0 1011 10 1111100 1001011 1011100

Color Harmonies of #DCFADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFADE

Black with #DCFADE

Text Example


Text Example

White with #DCFADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFADE; }

 p { color: rgb(220,250,222); }

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

background-color css

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

 a { background-color: rgb(220,250,222); }

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

border-color css

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

 span { border-color: rgb(220,250,222); }

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