#D8CBBD

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

Shades of Swirl #D8CBBD

Tints of Swirl #D8CBBD

Color information

#D8CBBD (or 0xD8CBBD) is unknown color: approx Swirl. HEX triplet: D8, CB and BD. RGB value is (216,203,189). Sum of RGB (Red+Green+Blue) = 216+203+189=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBBD is #273442. Grayscale: #CDCDCD. Windows color (decimal): -2569283 or 12438488. OLE color: 12438488.

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

Color convert

RGB216203189-
CMYK00.060.120.15
HSL31.11º25.71%79.41%-
HSV(B)31.11º12.5%84.71%-
XYZ58.8660.9856.81-
YUV205.29118.81135.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.53%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=35.53%
G=33.39%
B=31.09%

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
Decimal21620318900.060.120.1531.1125.7179.41
HexD8CBBD06CF1f1a4f
Octal3303132750614173732117
Binary11011000110010111011110101101100111111111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBBD; }

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

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

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

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

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

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

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

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