Html Css Color HEX #D9DDCD Feta

📋 copy color: '#D9DDCD'

red 217 ◦ green 221 ◦ blue 205

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

Shades of Feta #D9DDCD

Tints of Feta #D9DDCD

RGB

 RED value IS 217 (85.16% from 255) = 33.75%

 GREEN value IS 221 (86.72% from 255) = 34.37%

 BLUE value IS 205 (80.47% from 255) = 31.88%

R = 33.75%
G = 34.37%
B = 31.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#D9DDCD (or 0xD9DDCD) is known color: Feta. HEX triplet: D9, DD and CD. RGB value is (217,221,205). Sum of RGB (Red+Green+Blue) = 217+221+205=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDCD is #262232. Grayscale: #DADADA. Windows color (decimal): -2499123 or 13491673. OLE color: 13491673.

HSL color Cylindrical-coordinate representation of color #D9DDCD: hue angle of 75º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9DDCD is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 221 205 -
CMYK 0.02 0 0.07 0.13
HSL 75º 0.19% 0.84% -
HSV(B) 75º 0.07% 0.87% -
XYZ 65.49 70.87 67.99 -
YUV 217.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 217 221 205 0.02 0 0.07 0.13 75 0.19 0.84
Hex D9 DD CD 2 0 7 D 4B 13 54
Octal 331 335 315 2 0 7 15 113 23 124
Binary 11011001 11011101 11001101 10 0 111 1101 1001011 10011 1010100

Color Harmonies of #D9DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDCD

Black with #D9DDCD

Text Example


Text Example

White with #D9DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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