#D1CABB

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

Shades of Aths Special #D1CABB

Tints of Aths Special #D1CABB

Color information

#D1CABB (or 0xD1CABB) is unknown color: approx Aths Special. HEX triplet: D1, CA and BB. RGB value is (209,202,187). Sum of RGB (Red+Green+Blue) = 209+202+187=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CABB is #2E3544. Grayscale: #CACACA. Windows color (decimal): -3028293 or 12307153. OLE color: 12307153.

HSL color Cylindrical-coordinate representation of color #D1CABB: hue angle of 40.91º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1CABB is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209202187-
CMYK00.030.110.18
HSL40.91º19.3%77.65%-
HSV(B)40.91º10.53%81.96%-
XYZ56.3859.3855.5-
YUV202.38119.32132.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.95%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=34.95%
G=33.78%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920218700.030.110.1840.9119.377.65
HexD1CABB03B1229134e
Octal3213122730313225123116
Binary110100011100101010111011011101110010101001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CABB; }

 p { color: rgb(209,202,187); }

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

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

 a { background-color: rgb(209,202,187); }

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

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

 span { border-color: rgb(209,202,187); }

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