#D9CBC0

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

Shades of Swirl #D9CBC0

Tints of Swirl #D9CBC0

Color information

#D9CBC0 (or 0xD9CBC0) is unknown color: approx Swirl. HEX triplet: D9, CB and C0. RGB value is (217,203,192). Sum of RGB (Red+Green+Blue) = 217+203+192=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBC0 is #26343F. Grayscale: #CDCDCD. Windows color (decimal): -2503744 or 12635097. OLE color: 12635097.

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

Color convert

RGB217203192-
CMYK00.060.120.15
HSL26.4º24.75%80.2%-
HSV(B)26.4º11.52%85.1%-
XYZ59.4961.2758.56-
YUV205.93120.14135.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 203 (79.69% from 255) = 33.17%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=35.46%
G=33.17%
B=31.37%

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
Decimal21720319200.060.120.1526.424.7580.2
HexD9CBC006CF1a1950
Octal3313133000614173231120
Binary11011001110010111100000001101100111111010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBC0; }

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

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

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

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

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

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

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

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