#D9DCCD

Color #D9DCCD Feta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feta #D9DCCD

Tints of Feta #D9DCCD

Color information

#D9DCCD (or 0xD9DCCD) is unknown color: approx 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

RGB217220205-
CMYK0.0100.070.14
HSL72º17.65%83.33%-
HSV(B)72º6.82%86.27%-
XYZ65.2370.3567.9-
YUV217.39121.01127.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.80%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=33.80%
G=34.27%
B=31.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172202050.0100.070.147217.6583.33
HexD9DCCD107E481253
Octal3313343151071611022123
Binary1101100111011100110011011011111101001000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>