#DACEB6

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

Shades of Spanish White #DACEB6

Tints of Spanish White #DACEB6

Color information

#DACEB6 (or 0xDACEB6) is unknown color: approx Spanish White. HEX triplet: DA, CE and B6. RGB value is (218,206,182). Sum of RGB (Red+Green+Blue) = 218+206+182=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DACEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEB6 is #253149. Grayscale: #CECECE. Windows color (decimal): -2437450 or 11980506. OLE color: 11980506.

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

Color convert

RGB218206182-
CMYK00.060.170.15
HSL40º32.73%78.43%-
HSV(B)40º16.51%85.49%-
XYZ59.4362.4353.17-
YUV206.85113.98135.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 182 (71.48% from 255) = 30.03%
R=35.97%
G=33.99%
B=30.03%

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
Decimal21820618200.060.170.154032.7378.43
HexDACEB60611F28214e
Octal3323162660621175041116
Binary11011010110011101011011001101000111111010001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACEB6; }

 p { color: rgb(218,206,182); }

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

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

 a { background-color: rgb(218,206,182); }

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

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

 span { border-color: rgb(218,206,182); }

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