#D9CFB3

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

Shades of Aths Special #D9CFB3

Tints of Aths Special #D9CFB3

Color information

#D9CFB3 (or 0xD9CFB3) is unknown color: approx Aths Special. HEX triplet: D9, CF and B3. RGB value is (217,207,179). Sum of RGB (Red+Green+Blue) = 217+207+179=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFB3 is #26304C. Grayscale: #CECECE. Windows color (decimal): -2502733 or 11784153. OLE color: 11784153.

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

Color convert

RGB217207179-
CMYK00.050.180.15
HSL44.21º33.33%77.65%-
HSV(B)44.21º17.51%85.1%-
XYZ59.0662.6351.62-
YUV206.8112.31135.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.99%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 179 (70.31% from 255) = 29.68%
R=35.99%
G=34.33%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720717900.050.180.1544.2133.3377.65
HexD9CFB30512F2c214e
Octal3313172630522175441116
Binary11011001110011111011001101011001011111011001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFB3; }

 p { color: rgb(217,207,179); }

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

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

 a { background-color: rgb(217,207,179); }

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

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

 span { border-color: rgb(217,207,179); }

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