#d6c6bb

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

Shades of Swirl #D6C6BB

Tints of Swirl #D6C6BB

Color information

#D6C6BB (or 0xD6C6BB) is unknown color: approx Swirl. HEX triplet: D6, C6 and BB. RGB value is (214,198,187). Sum of RGB (Red+Green+Blue) = 214+198+187=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6BB is #293944. Grayscale: #C9C9C9. Windows color (decimal): -2701637 or 12306134. OLE color: 12306134.

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

Color convert

RGB214198187-
CMYK00.070.130.16
HSL24.44º24.77%78.63%-
HSV(B)24.44º12.62%83.92%-
XYZ56.958.2755.26-
YUV201.53119.8136.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.73%
GREEN value IS 198 (77.73% from 255) = 33.06%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=35.73%
G=33.06%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419818700.070.130.1624.4424.7778.63
HexD6C6BB07D1018194f
Octal3263062730715203031117
Binary110101101100011010111011011111011000011000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6c6bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6c6bb; }

 p { color: rgb(214,198,187); }

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

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

 a { background-color: rgb(214,198,187); }

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

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

 span { border-color: rgb(214,198,187); }

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