#D6CABD

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

Shades of Swirl #D6CABD

Tints of Swirl #D6CABD

Color information

#D6CABD (or 0xD6CABD) is unknown color: approx Swirl. HEX triplet: D6, CA and BD. RGB value is (214,202,189). Sum of RGB (Red+Green+Blue) = 214+202+189=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CABD is #293542. Grayscale: #CCCCCC. Windows color (decimal): -2700611 or 12438230. OLE color: 12438230.

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

Color convert

RGB214202189-
CMYK00.060.120.16
HSL31.2º23.36%79.02%-
HSV(B)31.2º11.68%83.92%-
XYZ58.0460.2156.71-
YUV204.11119.48135.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=35.37%
G=33.39%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420218900.060.120.1631.223.3679.02
HexD6CABD06C101f174f
Octal3263122750614203727117
Binary110101101100101010111101011011001000011111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CABD; }

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

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

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

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

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

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

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

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