#D9DAD6

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

Shades of Feta #D9DAD6

Tints of Feta #D9DAD6

Color information

#D9DAD6 (or 0xD9DAD6) is unknown color: approx Feta. HEX triplet: D9, DA and D6. RGB value is (217,218,214). Sum of RGB (Red+Green+Blue) = 217+218+214=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DAD6 is #262529. Grayscale: #D9D9D9. Windows color (decimal): -2499882 or 14080729. OLE color: 14080729.

HSL color Cylindrical-coordinate representation of color #D9DAD6: hue angle of 75º degrees, saturation: 0.05, 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 #D9DAD6 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB217218214-
CMYK0.0000.020.15
HSL75º5.13%84.71%-
HSV(B)75º1.83%85.49%-
XYZ65.8269.7573.61-
YUV217.24126.17127.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.44%
GREEN value IS 218 (85.55% from 255) = 33.59%
BLUE value IS 214 (83.98% from 255) = 32.97%
R=33.44%
G=33.59%
B=32.97%

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
Decimal2172182140.0000.020.15755.1384.71
HexD9DAD6002F4b555
Octal331332326002171135125
Binary1101100111011010110101100010111110010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAD6; }

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

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

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

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

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

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

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

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