#D6C8BE

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

Shades of Swirl #D6C8BE

Tints of Swirl #D6C8BE

Color information

#D6C8BE (or 0xD6C8BE) is unknown color: approx Swirl. HEX triplet: D6, C8 and BE. RGB value is (214,200,190). Sum of RGB (Red+Green+Blue) = 214+200+190=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8BE is #293741. Grayscale: #CBCBCB. Windows color (decimal): -2701122 or 12503254. OLE color: 12503254.

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

Color convert

RGB214200190-
CMYK00.070.110.16
HSL25º22.64%79.22%-
HSV(B)25º11.21%83.92%-
XYZ57.6859.3257.13-
YUV203.05120.64135.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 200 (78.52% from 255) = 33.11%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=35.43%
G=33.11%
B=31.46%

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
Decimal21420019000.070.110.162522.6479.22
HexD6C8BE07B1019174f
Octal3263102760713203127117
Binary110101101100100010111110011110111000011001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C8BE; }

 p { color: rgb(214,200,190); }

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

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

 a { background-color: rgb(214,200,190); }

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

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

 span { border-color: rgb(214,200,190); }

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