#D9DBD4

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

Shades of Feta #D9DBD4

Tints of Feta #D9DBD4

Color information

#D9DBD4 (or 0xD9DBD4) is unknown color: approx Feta. HEX triplet: D9, DB and D4. RGB value is (217,219,212). Sum of RGB (Red+Green+Blue) = 217+219+212=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBD4 is #26242B. Grayscale: #D9D9D9. Windows color (decimal): -2499628 or 13949913. OLE color: 13949913.

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

Color convert

RGB217219212-
CMYK0.0100.030.14
HSL77.14º8.86%84.51%-
HSV(B)77.14º3.2%85.88%-
XYZ65.8370.1772.36-
YUV217.6124.84127.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.49%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 212 (83.20% from 255) = 32.72%
R=33.49%
G=33.80%
B=32.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172192120.0100.030.1477.148.8684.51
HexD9DBD4103E4d955
Octal3313333241031611511125
Binary11011001110110111101010010111110100110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBD4; }

 p { color: rgb(217,219,212); }

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

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

 a { background-color: rgb(217,219,212); }

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

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

 span { border-color: rgb(217,219,212); }

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