#DAD1BE

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

Shades of Blanc #DAD1BE

Tints of Blanc #DAD1BE

Color information

#DAD1BE (or 0xDAD1BE) is unknown color: approx Blanc. HEX triplet: DA, D1 and BE. RGB value is (218,209,190). Sum of RGB (Red+Green+Blue) = 218+209+190=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1BE is #252E41. Grayscale: #D1D1D1. Windows color (decimal): -2436674 or 12505562. OLE color: 12505562.

HSL color Cylindrical-coordinate representation of color #DAD1BE: hue angle of 40.71º degrees, saturation: 0.27, 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 #DAD1BE is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218209190-
CMYK00.040.130.15
HSL40.71º27.45%80%-
HSV(B)40.71º12.84%85.49%-
XYZ61.0164.2257.9-
YUV209.52116.98134.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 209 (82.03% from 255) = 33.87%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=35.33%
G=33.87%
B=30.79%

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
Decimal21820919000.040.130.1540.7127.4580
HexDAD1BE04DF291b50
Octal3323212760415175133120
Binary110110101101000110111110010011011111101001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1BE; }

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

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

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

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

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

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

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

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