#DACDBC

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

Shades of Blanc #DACDBC

Tints of Blanc #DACDBC

Color information

#DACDBC (or 0xDACDBC) is unknown color: approx Blanc. HEX triplet: DA, CD and BC. RGB value is (218,205,188). Sum of RGB (Red+Green+Blue) = 218+205+188=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDBC is #253243. Grayscale: #CFCFCF. Windows color (decimal): -2437700 or 12373466. OLE color: 12373466.

HSL color Cylindrical-coordinate representation of color #DACDBC: hue angle of 34º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DACDBC is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB218205188-
CMYK00.060.140.15
HSL34º28.85%79.61%-
HSV(B)34º13.76%85.49%-
XYZ59.8262.256.43-
YUV206.95117.31135.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 188 (73.83% from 255) = 30.77%
R=35.68%
G=33.55%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820518800.060.140.153428.8579.61
HexDACDBC06EF221d50
Octal3323152740616174235120
Binary110110101100110110111100011011101111100010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDBC; }

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

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

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

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

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

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

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

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