#D9DAD5

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

Shades of Feta #D9DAD5

Tints of Feta #D9DAD5

Color information

#D9DAD5 (or 0xD9DAD5) is unknown color: approx Feta. HEX triplet: D9, DA and D5. RGB value is (217,218,213). Sum of RGB (Red+Green+Blue) = 217+218+213=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DAD5 is #26252A. Grayscale: #D9D9D9. Windows color (decimal): -2499883 or 14015193. OLE color: 14015193.

HSL color Cylindrical-coordinate representation of color #D9DAD5: hue angle of 72º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DAD5 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB217218213-
CMYK0.0000.020.15
HSL72º6.33%84.51%-
HSV(B)72º2.29%85.49%-
XYZ65.769.772.94-
YUV217.13125.67127.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.49%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 213 (83.59% from 255) = 32.87%
R=33.49%
G=33.64%
B=32.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172182130.0000.020.15726.3384.51
HexD9DAD5002F48655
Octal331332325002171106125
Binary1101100111011010110101010010111110010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAD5; }

 p { color: rgb(217,218,213); }

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

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

 a { background-color: rgb(217,218,213); }

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

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

 span { border-color: rgb(217,218,213); }

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