#D9DCCF

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

Shades of Feta #D9DCCF

Tints of Feta #D9DCCF

Color information

#D9DCCF (or 0xD9DCCF) is unknown color: approx Feta. HEX triplet: D9, DC and CF. RGB value is (217,220,207). Sum of RGB (Red+Green+Blue) = 217+220+207=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCCF is #262330. Grayscale: #D9D9D9. Windows color (decimal): -2499377 or 13622489. OLE color: 13622489.

HSL color Cylindrical-coordinate representation of color #D9DCCF: hue angle of 73.85º degrees, saturation: 0.16, 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 #D9DCCF is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB217220207-
CMYK0.0100.060.14
HSL73.85º15.66%83.73%-
HSV(B)73.85º5.91%86.27%-
XYZ65.4770.4469.18-
YUV217.62122.01127.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.70%
GREEN value IS 220 (86.33% from 255) = 34.16%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=33.70%
G=34.16%
B=32.14%

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
Decimal2172202070.0100.060.1473.8515.6683.73
HexD9DCCF106E4a1054
Octal3313343171061611220124
Binary1101100111011100110011111011011101001010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCCF; }

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

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

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

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

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

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

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

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