Html Css Color HEX #DDDFD2 Feta

📋 copy color: '#DDDFD2'

red 221 ◦ green 223 ◦ blue 210

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

Shades of Feta #DDDFD2

Tints of Feta #DDDFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.11%

R = 33.79%
G = 34.1%
B = 32.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDDFD2 (or 0xDDDFD2) is known color: Feta. HEX triplet: DD, DF and D2. RGB value is (221,223,210). Sum of RGB (Red+Green+Blue) = 221+223+210=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFD2 is #22202D. Grayscale: #DCDCDC. Windows color (decimal): -2236462 or 13819869. OLE color: 13819869.

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

Color convert

RGB 221 223 210 -
CMYK 0.01 0 0.06 0.13
HSL 69.23º 0.17% 0.85% -
HSV(B) 69.23º 0.06% 0.87% -
XYZ 67.84 72.8 71.45 -
YUV 220.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 221 223 210 0.01 0 0.06 0.13 69.23 0.17 0.85
Hex DD DF D2 1 0 6 D 45 11 55
Octal 335 337 322 1 0 6 15 105 21 125
Binary 11011101 11011111 11010010 1 0 110 1101 1000101 10001 1010101

Color Harmonies of #DDDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFD2

Black with #DDDFD2

Text Example


Text Example

White with #DDDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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