#DACDB5

Color #DACDB5 Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish White #DACDB5

Tints of Spanish White #DACDB5

Color information

#DACDB5 (or 0xDACDB5) is unknown color: approx Spanish White. HEX triplet: DA, CD and B5. RGB value is (218,205,181). Sum of RGB (Red+Green+Blue) = 218+205+181=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDB5 is #25324A. Grayscale: #CECECE. Windows color (decimal): -2437707 or 11914714. OLE color: 11914714.

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

Color convert

RGB218205181-
CMYK00.060.170.15
HSL38.92º33.33%78.24%-
HSV(B)38.92º16.97%85.49%-
XYZ59.0961.952.55-
YUV206.15113.81136.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 181 (71.09% from 255) = 29.97%
R=36.09%
G=33.94%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820518100.060.170.1538.9233.3378.24
HexDACDB50611F27214e
Octal3323152650621174741116
Binary11011010110011011011010101101000111111001111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDB5; }

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

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

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

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

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

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

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

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