Html Css Color HEX #DDF8DF Frosted Mint

📋 copy color: '#DDF8DF'

red 221 ◦ green 248 ◦ blue 223

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

Shades of Frosted Mint #DDF8DF

Tints of Frosted Mint #DDF8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.84%

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

R = 31.94%
G = 35.84%
B = 32.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#DDF8DF (or 0xDDF8DF) is known color: Frosted Mint. HEX triplet: DD, F8 and DF. RGB value is (221,248,223). Sum of RGB (Red+Green+Blue) = 221+248+223=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 248 (97.27% from 255 or 35.84% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8DF is #220720. Grayscale: #EDEDED. Windows color (decimal): -2230049 or 14678237. OLE color: 14678237.

HSL color Cylindrical-coordinate representation of color #DDF8DF: hue angle of 124.44º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF8DF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 223 -
CMYK 0.11 0 0.10 0.03
HSL 124.44º 0.66% 0.92% -
HSV(B) 124.44º 0.11% 0.97% -
XYZ 76.71 87.83 82.72 -
YUV 237.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 221 248 223 0.11 0 0.10 0.03 124.44 0.66 0.92
Hex DD F8 DF B 0 A 3 7C 42 5C
Octal 335 370 337 13 0 12 3 174 102 134
Binary 11011101 11111000 11011111 1011 0 1010 11 1111100 1000010 1011100

Color Harmonies of #DDF8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF8DF

Black with #DDF8DF

Text Example


Text Example

White with #DDF8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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