#D8CABD

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

Shades of Swirl #D8CABD

Tints of Swirl #D8CABD

Color information

#D8CABD (or 0xD8CABD) is unknown color: approx Swirl. HEX triplet: D8, CA and BD. RGB value is (216,202,189). Sum of RGB (Red+Green+Blue) = 216+202+189=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CABD is #273542. Grayscale: #CCCCCC. Windows color (decimal): -2569539 or 12438232. OLE color: 12438232.

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

Color convert

RGB216202189-
CMYK00.060.120.15
HSL28.89º25.71%79.41%-
HSV(B)28.89º12.5%84.71%-
XYZ58.6260.5156.73-
YUV204.7119.14136.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.58%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=35.58%
G=33.28%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620218900.060.120.1528.8925.7179.41
HexD8CABD06CF1d1a4f
Octal3303122750614173532117
Binary11011000110010101011110101101100111111101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CABD; }

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

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

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

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

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

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

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

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