#D6CEB5

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

Shades of Aths Special #D6CEB5

Tints of Aths Special #D6CEB5

Color information

#D6CEB5 (or 0xD6CEB5) is unknown color: approx Aths Special. HEX triplet: D6, CE and B5. RGB value is (214,206,181). Sum of RGB (Red+Green+Blue) = 214+206+181=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEB5 is #29314A. Grayscale: #CDCDCD. Windows color (decimal): -2699595 or 11914966. OLE color: 11914966.

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

Color convert

RGB214206181-
CMYK00.040.150.16
HSL45.45º28.7%77.45%-
HSV(B)45.45º15.42%83.92%-
XYZ58.1461.7752.58-
YUV205.54114.15134.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 181 (71.09% from 255) = 30.12%
R=35.61%
G=34.28%
B=30.12%

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
Decimal21420618100.040.150.1645.4528.777.45
HexD6CEB504F102d1d4d
Octal3263162650417205535115
Binary1101011011001110101101010100111110000101101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEB5; }

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

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

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

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

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

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

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

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