#DACFB6

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

Shades of Spanish White #DACFB6

Tints of Spanish White #DACFB6

Color information

#DACFB6 (or 0xDACFB6) is unknown color: approx Spanish White. HEX triplet: DA, CF and B6. RGB value is (218,207,182). Sum of RGB (Red+Green+Blue) = 218+207+182=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFB6 is #253049. Grayscale: #CFCFCF. Windows color (decimal): -2437194 or 11980762. OLE color: 11980762.

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

Color convert

RGB218207182-
CMYK00.050.170.15
HSL41.67º32.73%78.43%-
HSV(B)41.67º16.51%85.49%-
XYZ59.6762.9153.25-
YUV207.44113.64135.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=35.91%
G=34.10%
B=29.98%

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
Decimal21820718200.050.170.1541.6732.7378.43
HexDACFB60511F2a214e
Octal3323172660521175241116
Binary11011010110011111011011001011000111111010101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFB6; }

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

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

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

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

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

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

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

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