#D9CBBD

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

Shades of Swirl #D9CBBD

Tints of Swirl #D9CBBD

Color information

#D9CBBD (or 0xD9CBBD) is unknown color: approx Swirl. HEX triplet: D9, CB and BD. RGB value is (217,203,189). Sum of RGB (Red+Green+Blue) = 217+203+189=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBBD is #263442. Grayscale: #CDCDCD. Windows color (decimal): -2503747 or 12438489. OLE color: 12438489.

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

Color convert

RGB217203189-
CMYK00.060.130.15
HSL30º26.92%79.61%-
HSV(B)30º12.9%85.1%-
XYZ59.1661.1456.83-
YUV205.59118.64136.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=35.63%
G=33.33%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720318900.060.130.153026.9279.61
HexD9CBBD06DF1e1b50
Octal3313132750615173633120
Binary11011001110010111011110101101101111111110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBBD; }

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

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

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

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

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

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

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

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