Html Css Color HEX #DDDFD3 Feta

📋 copy color: '#DDDFD3'

red 221 ◦ green 223 ◦ blue 211

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

Shades of Feta #DDDFD3

Tints of Feta #DDDFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.21%

R = 33.74%
G = 34.05%
B = 32.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDDFD3 (or 0xDDDFD3) is known color: Feta. HEX triplet: DD, DF and D3. RGB value is (221,223,211). Sum of RGB (Red+Green+Blue) = 221+223+211=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFD3 is #22202C. Grayscale: #DDDDDD. Windows color (decimal): -2236461 or 13885405. OLE color: 13885405.

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

Color convert

RGB 221 223 211 -
CMYK 0.01 0 0.05 0.13
HSL 70º 0.16% 0.85% -
HSV(B) 70º 0.05% 0.87% -
XYZ 67.96 72.85 72.11 -
YUV 221.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 221 223 211 0.01 0 0.05 0.13 70 0.16 0.85
Hex DD DF D3 1 0 5 D 46 10 55
Octal 335 337 323 1 0 5 15 106 20 125
Binary 11011101 11011111 11010011 1 0 101 1101 1000110 10000 1010101

Color Harmonies of #DDDFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFD3

Black with #DDDFD3

Text Example


Text Example

White with #DDDFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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