#D4CBBA

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

Shades of Aths Special #D4CBBA

Tints of Aths Special #D4CBBA

Color information

#D4CBBA (or 0xD4CBBA) is unknown color: approx Aths Special. HEX triplet: D4, CB and BA. RGB value is (212,203,186). Sum of RGB (Red+Green+Blue) = 212+203+186=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBBA is #2B3445. Grayscale: #CBCBCB. Windows color (decimal): -2831430 or 12241876. OLE color: 12241876.

HSL color Cylindrical-coordinate representation of color #D4CBBA: hue angle of 39.23º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4CBBA is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212203186-
CMYK00.040.120.17
HSL39.23º23.21%78.04%-
HSV(B)39.23º12.26%83.14%-
XYZ57.3760.2555.06-
YUV203.75117.98133.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.27%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=35.27%
G=33.78%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220318600.040.120.1739.2323.2178.04
HexD4CBBA04C1127174e
Octal3243132720414214727116
Binary1101010011001011101110100100110010001100111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBBA; }

 p { color: rgb(212,203,186); }

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

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

 a { background-color: rgb(212,203,186); }

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

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

 span { border-color: rgb(212,203,186); }

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