#D6CBC0

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

Shades of Swirl #D6CBC0

Tints of Swirl #D6CBC0

Color information

#D6CBC0 (or 0xD6CBC0) is unknown color: approx Swirl. HEX triplet: D6, CB and C0. RGB value is (214,203,192). Sum of RGB (Red+Green+Blue) = 214+203+192=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBC0 is #29343F. Grayscale: #CDCDCD. Windows color (decimal): -2700352 or 12635094. OLE color: 12635094.

HSL color Cylindrical-coordinate representation of color #D6CBC0: hue angle of 30º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6CBC0 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB214203192-
CMYK00.050.100.16
HSL30º21.15%79.61%-
HSV(B)30º10.28%83.92%-
XYZ58.660.8158.52-
YUV205.04120.64134.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=35.14%
G=33.33%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420319200.050.100.163021.1579.61
HexD6CBC005A101e1550
Octal3263133000512203625120
Binary110101101100101111000000010110101000011110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBC0; }

 p { color: rgb(214,203,192); }

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

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

 a { background-color: rgb(214,203,192); }

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

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

 span { border-color: rgb(214,203,192); }

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