Html Css Color HEX #DCFDDF Frosted Mint

📋 copy color: '#DCFDDF'

red 220 ◦ green 253 ◦ blue 223

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

Shades of Frosted Mint #DCFDDF

Tints of Frosted Mint #DCFDDF

RGB

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

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

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

R = 31.61%
G = 36.35%
B = 32.04%

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

#DCFDDF (or 0xDCFDDF) is known color: Frosted Mint. HEX triplet: DC, FD and DF. RGB value is (220,253,223). Sum of RGB (Red+Green+Blue) = 220+253+223=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDDF is #230220. Grayscale: #EFEFEF. Windows color (decimal): -2294305 or 14679516. OLE color: 14679516.

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

Color convert

RGB 220 253 223 -
CMYK 0.13 0 0.12 0.01
HSL 125.45º 0.89% 0.93% -
HSV(B) 125.45º 0.13% 0.99% -
XYZ 77.96 90.79 83.23 -
YUV 239.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 220 253 223 0.13 0 0.12 0.01 125.45 0.89 0.93
Hex DC FD DF D 0 C 1 7D 59 5D
Octal 334 375 337 15 0 14 1 175 131 135
Binary 11011100 11111101 11011111 1101 0 1100 1 1111101 1011001 1011101

Color Harmonies of #DCFDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDDF

Black with #DCFDDF

Text Example


Text Example

White with #DCFDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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