#DACDB4

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

Shades of Spanish White #DACDB4

Tints of Spanish White #DACDB4

Color information

#DACDB4 (or 0xDACDB4) is unknown color: approx Spanish White. HEX triplet: DA, CD and B4. RGB value is (218,205,180). Sum of RGB (Red+Green+Blue) = 218+205+180=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDB4 is #25324B. Grayscale: #CECECE. Windows color (decimal): -2437708 or 11849178. OLE color: 11849178.

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

Color convert

RGB218205180-
CMYK00.060.170.15
HSL39.47º33.93%78.04%-
HSV(B)39.47º17.43%85.49%-
XYZ58.9861.8652.01-
YUV206.04113.31136.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=36.15%
G=34.00%
B=29.85%

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
Decimal21820518000.060.170.1539.4733.9378.04
HexDACDB40611F27224e
Octal3323152640621174742116
Binary11011010110011011011010001101000111111001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDB4; }

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

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

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

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

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

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

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

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