#D9CBBC

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

Shades of Swirl #D9CBBC

Tints of Swirl #D9CBBC

Color information

#D9CBBC (or 0xD9CBBC) is unknown color: approx Swirl. HEX triplet: D9, CB and BC. RGB value is (217,203,188). Sum of RGB (Red+Green+Blue) = 217+203+188=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBBC is #263443. Grayscale: #CDCDCD. Windows color (decimal): -2503748 or 12372953. OLE color: 12372953.

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

Color convert

RGB217203188-
CMYK00.060.130.15
HSL31.03º27.62%79.41%-
HSV(B)31.03º13.36%85.1%-
XYZ59.0561.0956.26-
YUV205.48118.14136.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=35.69%
G=33.39%
B=30.92%

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
Decimal21720318800.060.130.1531.0327.6279.41
HexD9CBBC06DF1f1c4f
Octal3313132740615173734117
Binary11011001110010111011110001101101111111111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBBC; }

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

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

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

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

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

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

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

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