#D5CDB6

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

Shades of Aths Special #D5CDB6

Tints of Aths Special #D5CDB6

Color information

#D5CDB6 (or 0xD5CDB6) is unknown color: approx Aths Special. HEX triplet: D5, CD and B6. RGB value is (213,205,182). Sum of RGB (Red+Green+Blue) = 213+205+182=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDB6 is #2A3249. Grayscale: #CCCCCC. Windows color (decimal): -2765386 or 11980245. OLE color: 11980245.

HSL color Cylindrical-coordinate representation of color #D5CDB6: hue angle of 44.52º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CDB6 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213205182-
CMYK00.040.150.16
HSL44.52º26.96%77.45%-
HSV(B)44.52º14.55%83.53%-
XYZ57.7261.1953.02-
YUV204.77115.15133.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.5%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 182 (71.48% from 255) = 30.33%
R=35.5%
G=34.17%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320518200.040.150.1644.5226.9677.45
HexD5CDB604F102d1b4d
Octal3253152660417205533115
Binary1101010111001101101101100100111110000101101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDB6; }

 p { color: rgb(213,205,182); }

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

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

 a { background-color: rgb(213,205,182); }

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

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

 span { border-color: rgb(213,205,182); }

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