#D6CABF

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

Shades of Swirl #D6CABF

Tints of Swirl #D6CABF

Color information

#D6CABF (or 0xD6CABF) is unknown color: approx Swirl. HEX triplet: D6, CA and BF. RGB value is (214,202,191). Sum of RGB (Red+Green+Blue) = 214+202+191=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CABF is #293540. Grayscale: #CCCCCC. Windows color (decimal): -2700609 or 12569302. OLE color: 12569302.

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

Color convert

RGB214202191-
CMYK00.060.110.16
HSL28.7º21.9%79.41%-
HSV(B)28.7º10.75%83.92%-
XYZ58.2660.357.86-
YUV204.33120.48134.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 191 (75% from 255) = 31.47%
R=35.26%
G=33.28%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420219100.060.110.1628.721.979.41
HexD6CABF06B101d164f
Octal3263122770613203526117
Binary110101101100101010111111011010111000011101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CABF; }

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

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

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

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

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

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

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

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