Html Css Color HEX #DCFCDF Frosted Mint

📋 copy color: '#DCFCDF'

red 220 ◦ green 252 ◦ blue 223

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

Shades of Frosted Mint #DCFCDF

Tints of Frosted Mint #DCFCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.09%

R = 31.65%
G = 36.26%
B = 32.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#DCFCDF (or 0xDCFCDF) is known color: Frosted Mint. HEX triplet: DC, FC and DF. RGB value is (220,252,223). Sum of RGB (Red+Green+Blue) = 220+252+223=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCDF is #230320. Grayscale: #EFEFEF. Windows color (decimal): -2294561 or 14679260. OLE color: 14679260.

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

Color convert

RGB 220 252 223 -
CMYK 0.13 0 0.12 0.01
HSL 125.63º 0.84% 0.93% -
HSV(B) 125.63º 0.13% 0.99% -
XYZ 77.64 90.16 83.12 -
YUV 239.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 220 252 223 0.13 0 0.12 0.01 125.63 0.84 0.93
Hex DC FC DF D 0 C 1 7E 54 5D
Octal 334 374 337 15 0 14 1 176 124 135
Binary 11011100 11111100 11011111 1101 0 1100 1 1111110 1010100 1011101

Color Harmonies of #DCFCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCDF

Black with #DCFCDF

Text Example


Text Example

White with #DCFCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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