#DAD8D5

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

Shades of Gallery #DAD8D5

Tints of Gallery #DAD8D5

Color information

#DAD8D5 (or 0xDAD8D5) is unknown color: approx Gallery. HEX triplet: DA, D8 and D5. RGB value is (218,216,213). Sum of RGB (Red+Green+Blue) = 218+216+213=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8D5 is #25272A. Grayscale: #D8D8D8. Windows color (decimal): -2434859 or 14014682. OLE color: 14014682.

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

Color convert

RGB218216213-
CMYK00.010.020.15
HSL36º6.33%84.51%-
HSV(B)36º2.29%85.49%-
XYZ65.4868.8272.78-
YUV216.26126.16129.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 216 (84.77% from 255) = 33.38%
BLUE value IS 213 (83.59% from 255) = 32.92%
R=33.69%
G=33.38%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821621300.010.020.15366.3384.51
HexDAD8D5012F24655
Octal33233032501217446125
Binary110110101101100011010101011011111001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8D5; }

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

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

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

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

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

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

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

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