#D8DBCD

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

Shades of Feta #D8DBCD

Tints of Feta #D8DBCD

Color information

#D8DBCD (or 0xD8DBCD) is unknown color: approx Feta. HEX triplet: D8, DB and CD. RGB value is (216,219,205). Sum of RGB (Red+Green+Blue) = 216+219+205=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBCD is #272432. Grayscale: #D8D8D8. Windows color (decimal): -2565171 or 13491160. OLE color: 13491160.

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

Color convert

RGB216219205-
CMYK0.0100.060.14
HSL72.86º16.28%83.14%-
HSV(B)72.86º6.39%85.88%-
XYZ64.6769.6767.8-
YUV216.51121.51127.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.75%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=33.75%
G=34.22%
B=32.03%

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
Decimal2162192050.0100.060.1472.8616.2883.14
HexD8DBCD106E491053
Octal3303333151061611120123
Binary1101100011011011110011011011011101001001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBCD; }

 p { color: rgb(216,219,205); }

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

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

 a { background-color: rgb(216,219,205); }

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

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

 span { border-color: rgb(216,219,205); }

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