Html Css Color HEX #DDFFC8 Snowy Mint

📋 copy color: '#DDFFC8'

red 221 ◦ green 255 ◦ blue 200

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

Shades of Snowy Mint #DDFFC8

Tints of Snowy Mint #DDFFC8

RGB

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

 GREEN value IS 255 (100% from 255) = 37.72%

 BLUE value IS 200 (78.52% from 255) = 29.59%

R = 32.69%
G = 37.72%
B = 29.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#DDFFC8 (or 0xDDFFC8) is known color: Snowy Mint. HEX triplet: DD, FF and C8. RGB value is (221,255,200). Sum of RGB (Red+Green+Blue) = 221+255+200=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 200 (78.52% from 255 or 29.59% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFC8 is #220037. Grayscale: #EEEEEE. Windows color (decimal): -2228280 or 13172701. OLE color: 13172701.

HSL color Cylindrical-coordinate representation of color #DDFFC8: hue angle of 97.09º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDFFC8 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 200 -
CMYK 0.13 0 0.22 0
HSL 97.09º 1% 0.89% -
HSV(B) 97.09º 0.22% 1% -
XYZ 76 91.06 68.21 -
YUV 238.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 221 255 200 0.13 0 0.22 0 97.09 1 0.89
Hex DD FF C8 D 0 16 0 61 64 59
Octal 335 377 310 15 0 26 0 141 144 131
Binary 11011101 11111111 11001000 1101 0 10110 0 1100001 1100100 1011001

Color Harmonies of #DDFFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFFC8

Black with #DDFFC8

Text Example


Text Example

White with #DDFFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFFC8; }

 p { color: rgb(221,255,200); }

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

background-color css

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

 a { background-color: rgb(221,255,200); }

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

border-color css

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

 span { border-color: rgb(221,255,200); }

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