#D8CABF

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

Shades of Swirl #D8CABF

Tints of Swirl #D8CABF

Color information

#D8CABF (or 0xD8CABF) is unknown color: approx Swirl. HEX triplet: D8, CA and BF. RGB value is (216,202,191). Sum of RGB (Red+Green+Blue) = 216+202+191=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CABF is #273540. Grayscale: #CCCCCC. Windows color (decimal): -2569537 or 12569304. OLE color: 12569304.

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

Color convert

RGB216202191-
CMYK00.060.120.15
HSL26.4º24.27%79.8%-
HSV(B)26.4º11.57%84.71%-
XYZ58.8460.657.89-
YUV204.93120.14135.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.47%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 191 (75% from 255) = 31.36%
R=35.47%
G=33.17%
B=31.36%

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
Decimal21620219100.060.120.1526.424.2779.8
HexD8CABF06CF1a1850
Octal3303122770614173230120
Binary11011000110010101011111101101100111111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CABF; }

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

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

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

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

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

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

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

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