Html Css Color HEX #DDFCDF Frosted Mint

📋 copy color: '#DDFCDF'

red 221 ◦ green 252 ◦ blue 223

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

Shades of Frosted Mint #DDFCDF

Tints of Frosted Mint #DDFCDF

RGB

 RED value IS 221 (86.72% from 255) = 31.75%

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

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

R = 31.75%
G = 36.21%
B = 32.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#DDFCDF (or 0xDDFCDF) is known color: Frosted Mint. HEX triplet: DD, FC and DF. RGB value is (221,252,223). Sum of RGB (Red+Green+Blue) = 221+252+223=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCDF is #220320. Grayscale: #EFEFEF. Windows color (decimal): -2229025 or 14679261. OLE color: 14679261.

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

Color convert

RGB 221 252 223 -
CMYK 0.12 0 0.12 0.01
HSL 123.87º 0.84% 0.93% -
HSV(B) 123.87º 0.12% 0.99% -
XYZ 77.95 90.32 83.14 -
YUV 239.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 221 252 223 0.12 0 0.12 0.01 123.87 0.84 0.93
Hex DD FC DF C 0 C 1 7C 54 5D
Octal 335 374 337 14 0 14 1 174 124 135
Binary 11011101 11111100 11011111 1100 0 1100 1 1111100 1010100 1011101

Color Harmonies of #DDFCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFCDF

Black with #DDFCDF

Text Example


Text Example

White with #DDFCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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