#D9CCBE

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

Shades of Swirl #D9CCBE

Tints of Swirl #D9CCBE

Color information

#D9CCBE (or 0xD9CCBE) is unknown color: approx Swirl. HEX triplet: D9, CC and BE. RGB value is (217,204,190). Sum of RGB (Red+Green+Blue) = 217+204+190=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCBE is #263341. Grayscale: #CECECE. Windows color (decimal): -2503490 or 12504281. OLE color: 12504281.

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

Color convert

RGB217204190-
CMYK00.060.120.15
HSL31.11º26.21%79.8%-
HSV(B)31.11º12.44%85.1%-
XYZ59.561.6657.48-
YUV206.29118.81135.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.52%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=35.52%
G=33.39%
B=31.10%

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
Decimal21720419000.060.120.1531.1126.2179.8
HexD9CCBE06CF1f1a50
Octal3313142760614173732120
Binary11011001110011001011111001101100111111111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCBE; }

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

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

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

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

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

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

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

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