#D7D1CC

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

Shades of Swirl #D7D1CC

Tints of Swirl #D7D1CC

Color information

#D7D1CC (or 0xD7D1CC) is unknown color: approx Swirl. HEX triplet: D7, D1 and CC. RGB value is (215,209,204). Sum of RGB (Red+Green+Blue) = 215+209+204=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D1CC is #282E33. Grayscale: #D2D2D2. Windows color (decimal): -2633268 or 13423063. OLE color: 13423063.

HSL color Cylindrical-coordinate representation of color #D7D1CC: hue angle of 27.27º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7D1CC is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215209204-
CMYK00.030.050.16
HSL27.27º12.09%82.16%-
HSV(B)27.27º5.12%84.31%-
XYZ61.7264.4166.31-
YUV210.22124.49131.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.24%
GREEN value IS 209 (82.03% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=34.24%
G=33.28%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520920400.030.050.1627.2712.0982.16
HexD7D1CC035101bc52
Octal327321314035203314122
Binary110101111101000111001100011101100001101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D1CC; }

 p { color: rgb(215,209,204); }

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

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

 a { background-color: rgb(215,209,204); }

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

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

 span { border-color: rgb(215,209,204); }

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