#D9CCBF

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

Shades of Swirl #D9CCBF

Tints of Swirl #D9CCBF

Color information

#D9CCBF (or 0xD9CCBF) is unknown color: approx Swirl. HEX triplet: D9, CC and BF. RGB value is (217,204,191). Sum of RGB (Red+Green+Blue) = 217+204+191=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCBF is #263340. Grayscale: #CECECE. Windows color (decimal): -2503489 or 12569817. OLE color: 12569817.

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

Color convert

RGB217204191-
CMYK00.060.120.15
HSL30º25.49%80%-
HSV(B)30º11.98%85.1%-
XYZ59.6161.758.06-
YUV206.4119.31135.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 31.21%
R=35.46%
G=33.33%
B=31.21%

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
Decimal21720419100.060.120.153025.4980
HexD9CCBF06CF1e1950
Octal3313142770614173631120
Binary11011001110011001011111101101100111111110110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCBF; }

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

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

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

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

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

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

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

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