#DAD7C6

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

Shades of Loafer #DAD7C6

Tints of Loafer #DAD7C6

Color information

#DAD7C6 (or 0xDAD7C6) is unknown color: approx Loafer. HEX triplet: DA, D7 and C6. RGB value is (218,215,198). Sum of RGB (Red+Green+Blue) = 218+215+198=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7C6 is #252839. Grayscale: #D6D6D6. Windows color (decimal): -2435130 or 13031386. OLE color: 13031386.

HSL color Cylindrical-coordinate representation of color #DAD7C6: hue angle of 51º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAD7C6 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB218215198-
CMYK00.010.090.15
HSL51º21.28%81.57%-
HSV(B)51º9.17%85.49%-
XYZ63.4167.5863.13-
YUV213.96118.99130.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 215 (84.38% from 255) = 34.07%
BLUE value IS 198 (77.73% from 255) = 31.38%
R=34.55%
G=34.07%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821519800.010.090.155121.2881.57
HexDAD7C6019F331552
Octal3323273060111176325122
Binary1101101011010111110001100110011111110011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7C6; }

 p { color: rgb(218,215,198); }

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

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

 a { background-color: rgb(218,215,198); }

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

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

 span { border-color: rgb(218,215,198); }

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