#DACFB4

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

Shades of Spanish White #DACFB4

Tints of Spanish White #DACFB4

Color information

#DACFB4 (or 0xDACFB4) is unknown color: approx Spanish White. HEX triplet: DA, CF and B4. RGB value is (218,207,180). Sum of RGB (Red+Green+Blue) = 218+207+180=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFB4 is #25304B. Grayscale: #CFCFCF. Windows color (decimal): -2437196 or 11849690. OLE color: 11849690.

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

Color convert

RGB218207180-
CMYK00.050.170.15
HSL42.63º33.93%78.04%-
HSV(B)42.63º17.43%85.49%-
XYZ59.4662.8352.17-
YUV207.21112.64135.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=36.03%
G=34.21%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820718000.050.170.1542.6333.9378.04
HexDACFB40511F2b224e
Octal3323172640521175342116
Binary11011010110011111011010001011000111111010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFB4; }

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

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

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

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

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

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

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

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