#D0C6BF

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

Shades of Swirl #D0C6BF

Tints of Swirl #D0C6BF

Color information

#D0C6BF (or 0xD0C6BF) is unknown color: approx Swirl. HEX triplet: D0, C6 and BF. RGB value is (208,198,191). Sum of RGB (Red+Green+Blue) = 208+198+191=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C6BF is #2F3940. Grayscale: #C8C8C8. Windows color (decimal): -3094849 or 12568272. OLE color: 12568272.

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

Color convert

RGB208198191-
CMYK00.050.080.18
HSL24.71º15.32%78.24%-
HSV(B)24.71º8.17%81.57%-
XYZ55.6157.5657.47-
YUV200.19122.81133.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.84%
GREEN value IS 198 (77.73% from 255) = 33.17%
BLUE value IS 191 (75% from 255) = 31.99%
R=34.84%
G=33.17%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819819100.050.080.1824.7115.3278.24
HexD0C6BF0581219f4e
Octal3203062770510223117116
Binary11010000110001101011111101011000100101100111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C6BF; }

 p { color: rgb(208,198,191); }

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

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

 a { background-color: rgb(208,198,191); }

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

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

 span { border-color: rgb(208,198,191); }

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