#D6CDB5

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

Shades of Aths Special #D6CDB5

Tints of Aths Special #D6CDB5

Color information

#D6CDB5 (or 0xD6CDB5) is unknown color: approx Aths Special. HEX triplet: D6, CD and B5. RGB value is (214,205,181). Sum of RGB (Red+Green+Blue) = 214+205+181=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDB5 is #29324A. Grayscale: #CDCDCD. Windows color (decimal): -2699851 or 11914710. OLE color: 11914710.

HSL color Cylindrical-coordinate representation of color #D6CDB5: hue angle of 43.64º degrees, saturation: 0.29, 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 #D6CDB5 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB214205181-
CMYK00.040.150.16
HSL43.64º28.7%77.45%-
HSV(B)43.64º15.42%83.92%-
XYZ57.961.2952.5-
YUV204.96114.48134.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.67%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 181 (71.09% from 255) = 30.17%
R=35.67%
G=34.17%
B=30.17%

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
Decimal21420518100.040.150.1643.6428.777.45
HexD6CDB504F102c1d4d
Octal3263152650417205435115
Binary1101011011001101101101010100111110000101100111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDB5; }

 p { color: rgb(214,205,181); }

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

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

 a { background-color: rgb(214,205,181); }

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

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

 span { border-color: rgb(214,205,181); }

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