#D9D0C8

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

Shades of Swirl #D9D0C8

Tints of Swirl #D9D0C8

Color information

#D9D0C8 (or 0xD9D0C8) is unknown color: approx Swirl. HEX triplet: D9, D0 and C8. RGB value is (217,208,200). Sum of RGB (Red+Green+Blue) = 217+208+200=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D0C8 is #262F37. Grayscale: #D1D1D1. Windows color (decimal): -2502456 or 13160665. OLE color: 13160665.

HSL color Cylindrical-coordinate representation of color #D9D0C8: hue angle of 28.24º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9D0C8 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217208200-
CMYK00.040.080.15
HSL28.24º18.28%81.76%-
HSV(B)28.24º7.83%85.1%-
XYZ61.664.0363.76-
YUV209.78122.48133.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.72%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 200 (78.52% from 255) = 32%
R=34.72%
G=33.28%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720820000.040.080.1528.2418.2881.76
HexD9D0C8048F1c1252
Octal3313203100410173422122
Binary11011001110100001100100001001000111111100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D0C8; }

 p { color: rgb(217,208,200); }

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

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

 a { background-color: rgb(217,208,200); }

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

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

 span { border-color: rgb(217,208,200); }

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