#D8CDB3

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

Shades of Aths Special #D8CDB3

Tints of Aths Special #D8CDB3

Color information

#D8CDB3 (or 0xD8CDB3) is unknown color: approx Aths Special. HEX triplet: D8, CD and B3. RGB value is (216,205,179). Sum of RGB (Red+Green+Blue) = 216+205+179=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDB3 is #27324C. Grayscale: #CDCDCD. Windows color (decimal): -2568781 or 11783640. OLE color: 11783640.

HSL color Cylindrical-coordinate representation of color #D8CDB3: hue angle of 42.16º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8CDB3 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB216205179-
CMYK00.050.170.15
HSL42.16º32.17%77.45%-
HSV(B)42.16º17.13%84.71%-
XYZ58.2961.5251.45-
YUV205.32113.14135.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 179 (70.31% from 255) = 29.83%
R=36%
G=34.17%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620517900.050.170.1542.1632.1777.45
HexD8CDB30511F2a204d
Octal3303152630521175240115
Binary11011000110011011011001101011000111111010101000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDB3; }

 p { color: rgb(216,205,179); }

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

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

 a { background-color: rgb(216,205,179); }

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

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

 span { border-color: rgb(216,205,179); }

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