#D9DCCE

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

Shades of Feta #D9DCCE

Tints of Feta #D9DCCE

Color information

#D9DCCE (or 0xD9DCCE) is unknown color: approx Feta. HEX triplet: D9, DC and CE. RGB value is (217,220,206). Sum of RGB (Red+Green+Blue) = 217+220+206=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCCE is #262331. Grayscale: #D9D9D9. Windows color (decimal): -2499378 or 13556953. OLE color: 13556953.

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

Color convert

RGB217220206-
CMYK0.0100.060.14
HSL72.86º16.67%83.53%-
HSV(B)72.86º6.36%86.27%-
XYZ65.3570.3968.54-
YUV217.51121.51127.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.75%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=33.75%
G=34.21%
B=32.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172202060.0100.060.1472.8616.6783.53
HexD9DCCE106E491154
Octal3313343161061611121124
Binary1101100111011100110011101011011101001001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCCE; }

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

 H1.HeaderClassName
 {
   color: #D9DCCE;
 }
 .AnyTagClassName
 {
   color: #D9DCCE;
 }
</style>
background-color css

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

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

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

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

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

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