#D9CABC

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

Shades of Swirl #D9CABC

Tints of Swirl #D9CABC

Color information

#D9CABC (or 0xD9CABC) is unknown color: approx Swirl. HEX triplet: D9, CA and BC. RGB value is (217,202,188). Sum of RGB (Red+Green+Blue) = 217+202+188=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CABC is #263543. Grayscale: #CCCCCC. Windows color (decimal): -2504004 or 12372697. OLE color: 12372697.

HSL color Cylindrical-coordinate representation of color #D9CABC: hue angle of 28.97º 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 #D9CABC is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217202188-
CMYK00.070.130.15
HSL28.97º27.62%79.41%-
HSV(B)28.97º13.36%85.1%-
XYZ58.8160.6256.18-
YUV204.89118.47136.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.75%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=35.75%
G=33.28%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720218800.070.130.1528.9727.6279.41
HexD9CABC07DF1d1c4f
Octal3313122740715173534117
Binary11011001110010101011110001111101111111101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CABC; }

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

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

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

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

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

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

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

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