Html Css Color HEX #DDDFD9 Feta

📋 copy color: '#DDDFD9'

red 221 ◦ green 223 ◦ blue 217

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

Shades of Feta #DDDFD9

Tints of Feta #DDDFD9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.74%

 BLUE value IS 217 (85.16% from 255) = 32.83%

R = 33.43%
G = 33.74%
B = 32.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DDDFD9 (or 0xDDDFD9) is known color: Feta. HEX triplet: DD, DF and D9. RGB value is (221,223,217). Sum of RGB (Red+Green+Blue) = 221+223+217=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFD9 is #222026. Grayscale: #DDDDDD. Windows color (decimal): -2236455 or 14278621. OLE color: 14278621.

HSL color Cylindrical-coordinate representation of color #DDDFD9: hue angle of 80º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDFD9 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 217 -
CMYK 0.01 0 0.03 0.13
HSL 80º 0.09% 0.86% -
HSV(B) 80º 0.03% 0.87% -
XYZ 68.73 73.16 76.14 -
YUV 221.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 221 223 217 0.01 0 0.03 0.13 80 0.09 0.86
Hex DD DF D9 1 0 3 D 50 9 56
Octal 335 337 331 1 0 3 15 120 11 126
Binary 11011101 11011111 11011001 1 0 11 1101 1010000 1001 1010110

Color Harmonies of #DDDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFD9

Black with #DDDFD9

Text Example


Text Example

White with #DDDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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