#DACDB3

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

Shades of Aths Special #DACDB3

Tints of Aths Special #DACDB3

Color information

#DACDB3 (or 0xDACDB3) is unknown color: approx Aths Special. HEX triplet: DA, CD and B3. RGB value is (218,205,179). Sum of RGB (Red+Green+Blue) = 218+205+179=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDB3 is #25324C. Grayscale: #CECECE. Windows color (decimal): -2437709 or 11783642. OLE color: 11783642.

HSL color Cylindrical-coordinate representation of color #DACDB3: hue angle of 40º degrees, saturation: 0.35, 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 #DACDB3 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB218205179-
CMYK00.060.180.15
HSL40º34.51%77.84%-
HSV(B)40º17.89%85.49%-
XYZ58.8861.8251.48-
YUV205.92112.81136.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 179 (70.31% from 255) = 29.73%
R=36.21%
G=34.05%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820517900.060.180.154034.5177.84
HexDACDB30612F28234e
Octal3323152630622175043116
Binary11011010110011011011001101101001011111010001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDB3; }

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

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

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

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

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

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

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

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