#D7C8BF

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

Shades of Swirl #D7C8BF

Tints of Swirl #D7C8BF

Color information

#D7C8BF (or 0xD7C8BF) is unknown color: approx Swirl. HEX triplet: D7, C8 and BF. RGB value is (215,200,191). Sum of RGB (Red+Green+Blue) = 215+200+191=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8BF is #283740. Grayscale: #CBCBCB. Windows color (decimal): -2635585 or 12568791. OLE color: 12568791.

HSL color Cylindrical-coordinate representation of color #D7C8BF: hue angle of 22.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7C8BF is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB215200191-
CMYK00.070.110.16
HSL22.5º23.08%79.61%-
HSV(B)22.5º11.16%84.31%-
XYZ58.0859.5257.72-
YUV203.46120.97136.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.48%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 191 (75% from 255) = 31.52%
R=35.48%
G=33.00%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520019100.070.110.1622.523.0879.61
HexD7C8BF07B10171750
Octal3273102770713202727120
Binary110101111100100010111111011110111000010111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C8BF; }

 p { color: rgb(215,200,191); }

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

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

 a { background-color: rgb(215,200,191); }

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

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

 span { border-color: rgb(215,200,191); }

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