#D7CCBF

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

Shades of Swirl #D7CCBF

Tints of Swirl #D7CCBF

Color information

#D7CCBF (or 0xD7CCBF) is unknown color: approx Swirl. HEX triplet: D7, CC and BF. RGB value is (215,204,191). Sum of RGB (Red+Green+Blue) = 215+204+191=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCBF is #283340. Grayscale: #CDCDCD. Windows color (decimal): -2634561 or 12569815. OLE color: 12569815.

HSL color Cylindrical-coordinate representation of color #D7CCBF: hue angle of 32.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7CCBF is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB215204191-
CMYK00.050.110.16
HSL32.5º23.08%79.61%-
HSV(B)32.5º11.16%84.31%-
XYZ59.0261.3958.03-
YUV205.81119.64134.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.25%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 191 (75% from 255) = 31.31%
R=35.25%
G=33.44%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520419100.050.110.1632.523.0879.61
HexD7CCBF05B10211750
Octal3273142770513204127120
Binary1101011111001100101111110101101110000100001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCBF; }

 p { color: rgb(215,204,191); }

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

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

 a { background-color: rgb(215,204,191); }

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

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

 span { border-color: rgb(215,204,191); }

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