#D8CFB4

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

Shades of Aths Special #D8CFB4

Tints of Aths Special #D8CFB4

Color information

#D8CFB4 (or 0xD8CFB4) is unknown color: approx Aths Special. HEX triplet: D8, CF and B4. RGB value is (216,207,180). Sum of RGB (Red+Green+Blue) = 216+207+180=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFB4 is #27304B. Grayscale: #CECECE. Windows color (decimal): -2568268 or 11849688. OLE color: 11849688.

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

Color convert

RGB216207180-
CMYK00.040.170.15
HSL45º31.58%77.65%-
HSV(B)45º16.67%84.71%-
XYZ58.8762.5252.14-
YUV206.61112.98134.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.82%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=35.82%
G=34.33%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620718000.040.170.154531.5877.65
HexD8CFB40411F2d204e
Octal3303172640421175540116
Binary11011000110011111011010001001000111111011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CFB4; }

 p { color: rgb(216,207,180); }

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

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

 a { background-color: rgb(216,207,180); }

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

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

 span { border-color: rgb(216,207,180); }

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