Html Css Color HEX #D9DDCC Feta

📋 copy color: '#D9DDCC'

red 217 ◦ green 221 ◦ blue 204

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

Shades of Feta #D9DDCC

Tints of Feta #D9DDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.78%

R = 33.8%
G = 34.42%
B = 31.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#D9DDCC (or 0xD9DDCC) is known color: Feta. HEX triplet: D9, DD and CC. RGB value is (217,221,204). Sum of RGB (Red+Green+Blue) = 217+221+204=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDCC is #262233. Grayscale: #D9D9D9. Windows color (decimal): -2499124 or 13426137. OLE color: 13426137.

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

Color convert

RGB 217 221 204 -
CMYK 0.02 0 0.08 0.13
HSL 74.12º 0.2% 0.83% -
HSV(B) 74.12º 0.08% 0.87% -
XYZ 65.37 70.82 67.35 -
YUV 217.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 217 221 204 0.02 0 0.08 0.13 74.12 0.2 0.83
Hex D9 DD CC 2 0 8 D 4A 14 53
Octal 331 335 314 2 0 10 15 112 24 123
Binary 11011001 11011101 11001100 10 0 1000 1101 1001010 10100 1010011

Color Harmonies of #D9DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDCC

Black with #D9DDCC

Text Example


Text Example

White with #D9DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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