#D7CBBD

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

Shades of Swirl #D7CBBD

Tints of Swirl #D7CBBD

Color information

#D7CBBD (or 0xD7CBBD) is unknown color: approx Swirl. HEX triplet: D7, CB and BD. RGB value is (215,203,189). Sum of RGB (Red+Green+Blue) = 215+203+189=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBBD is #283442. Grayscale: #CDCDCD. Windows color (decimal): -2634819 or 12438487. OLE color: 12438487.

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

Color convert

RGB215203189-
CMYK00.060.120.16
HSL32.31º24.53%79.22%-
HSV(B)32.31º12.09%84.31%-
XYZ58.5760.8356.8-
YUV204.99118.98135.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.42%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=35.42%
G=33.44%
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.16
SystemRedGreenBlueCMYKHSL
Decimal21520318900.060.120.1632.3124.5379.22
HexD7CBBD06C1020194f
Octal3273132750614204031117
Binary1101011111001011101111010110110010000100000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBBD; }

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

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

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

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

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

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

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

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