#d8ceaf

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

Shades of Aths Special #D8CEAF

Tints of Aths Special #D8CEAF

Color information

#D8CEAF (or 0xD8CEAF) is unknown color: approx Aths Special. HEX triplet: D8, CE and AF. RGB value is (216,206,175). Sum of RGB (Red+Green+Blue) = 216+206+175=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CEAF is #273150. Grayscale: #CDCDCD. Windows color (decimal): -2568529 or 11521752. OLE color: 11521752.

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

Color convert

RGB216206175-
CMYK00.050.190.15
HSL45.37º34.45%76.67%-
HSV(B)45.37º18.98%84.71%-
XYZ58.1361.8449.43-
YUV205.46110.81135.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.18%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=36.18%
G=34.51%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620617500.050.190.1545.3734.4576.67
HexD8CEAF0513F2d224d
Octal3303162570523175542115
Binary11011000110011101010111101011001111111011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8ceaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8ceaf; }

 p { color: rgb(216,206,175); }

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

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

 a { background-color: rgb(216,206,175); }

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

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

 span { border-color: rgb(216,206,175); }

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