#DAD1BD

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

Shades of Blanc #DAD1BD

Tints of Blanc #DAD1BD

Color information

#DAD1BD (or 0xDAD1BD) is unknown color: approx Blanc. HEX triplet: DA, D1 and BD. RGB value is (218,209,189). Sum of RGB (Red+Green+Blue) = 218+209+189=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1BD is #252E42. Grayscale: #D1D1D1. Windows color (decimal): -2436675 or 12440026. OLE color: 12440026.

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

Color convert

RGB218209189-
CMYK00.040.130.15
HSL41.38º28.16%79.8%-
HSV(B)41.38º13.3%85.49%-
XYZ60.964.1857.32-
YUV209.41116.48134.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 209 (82.03% from 255) = 33.93%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=35.39%
G=33.93%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820918900.040.130.1541.3828.1679.8
HexDAD1BD04DF291c50
Octal3323212750415175134120
Binary110110101101000110111101010011011111101001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1BD; }

 p { color: rgb(218,209,189); }

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

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

 a { background-color: rgb(218,209,189); }

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

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

 span { border-color: rgb(218,209,189); }

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