#DAD8BE

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

Shades of Loafer #DAD8BE

Tints of Loafer #DAD8BE

Color information

#DAD8BE (or 0xDAD8BE) is unknown color: approx Loafer. HEX triplet: DA, D8 and BE. RGB value is (218,216,190). Sum of RGB (Red+Green+Blue) = 218+216+190=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8BE is #252741. Grayscale: #D5D5D5. Windows color (decimal): -2434882 or 12507354. OLE color: 12507354.

HSL color Cylindrical-coordinate representation of color #DAD8BE: hue angle of 55.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 #DAD8BE is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218216190-
CMYK00.010.130.15
HSL55.71º27.45%80%-
HSV(B)55.71º12.84%85.49%-
XYZ62.7667.7358.48-
YUV213.63114.66131.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 216 (84.77% from 255) = 34.62%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=34.94%
G=34.62%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821619000.010.130.1555.7127.4580
HexDAD8BE01DF381b50
Octal3323302760115177033120
Binary1101101011011000101111100111011111111000110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8BE; }

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

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

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

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

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

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

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

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