Html Css Color HEX #D9DCCD Feta

📋 copy color: '#D9DCCD'

red 217 ◦ green 220 ◦ blue 205

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

Shades of Feta #D9DCCD

Tints of Feta #D9DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.27%

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

R = 33.8%
G = 34.27%
B = 31.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#D9DCCD (or 0xD9DCCD) is known color: Feta. HEX triplet: D9, DC and CD. RGB value is (217,220,205). Sum of RGB (Red+Green+Blue) = 217+220+205=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCCD is #262332. Grayscale: #D9D9D9. Windows color (decimal): -2499379 or 13491417. OLE color: 13491417.

HSL color Cylindrical-coordinate representation of color #D9DCCD: hue angle of 72º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9DCCD is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 205 -
CMYK 0.01 0 0.07 0.14
HSL 72º 0.18% 0.83% -
HSV(B) 72º 0.07% 0.86% -
XYZ 65.23 70.35 67.9 -
YUV 217.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 217 220 205 0.01 0 0.07 0.14 72 0.18 0.83
Hex D9 DC CD 1 0 7 E 48 12 53
Octal 331 334 315 1 0 7 16 110 22 123
Binary 11011001 11011100 11001101 1 0 111 1110 1001000 10010 1010011

Color Harmonies of #D9DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCCD

Black with #D9DCCD

Text Example


Text Example

White with #D9DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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