#D9DCCC

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

Shades of Feta #D9DCCC

Tints of Feta #D9DCCC

Color information

#D9DCCC (or 0xD9DCCC) is unknown color: approx Feta. HEX triplet: D9, DC and CC. RGB value is (217,220,204). Sum of RGB (Red+Green+Blue) = 217+220+204=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCCC is #262333. Grayscale: #D9D9D9. Windows color (decimal): -2499380 or 13425881. OLE color: 13425881.

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

Color convert

RGB217220204-
CMYK0.0100.070.14
HSL71.25º18.6%83.14%-
HSV(B)71.25º7.27%86.27%-
XYZ65.1170.367.26-
YUV217.28120.51127.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=33.85%
G=34.32%
B=31.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172202040.0100.070.1471.2518.683.14
HexD9DCCC107E471353
Octal3313343141071610723123
Binary1101100111011100110011001011111101000111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCCC; }

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

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

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

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

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

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

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

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