#D6CBBF

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

Shades of Swirl #D6CBBF

Tints of Swirl #D6CBBF

Color information

#D6CBBF (or 0xD6CBBF) is unknown color: approx Swirl. HEX triplet: D6, CB and BF. RGB value is (214,203,191). Sum of RGB (Red+Green+Blue) = 214+203+191=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBBF is #293440. Grayscale: #CCCCCC. Windows color (decimal): -2700353 or 12569558. OLE color: 12569558.

HSL color Cylindrical-coordinate representation of color #D6CBBF: hue angle of 31.3º degrees, saturation: 0.22, 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 #D6CBBF is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214203191-
CMYK00.050.110.16
HSL31.3º21.9%79.41%-
HSV(B)31.3º10.75%83.92%-
XYZ58.4960.7757.94-
YUV204.92120.14134.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 191 (75% from 255) = 31.41%
R=35.20%
G=33.39%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420319100.050.110.1631.321.979.41
HexD6CBBF05B101f164f
Octal3263132770513203726117
Binary110101101100101110111111010110111000011111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBBF; }

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

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

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

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

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

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

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

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