#DAD5CF

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

Shades of Gallery #DAD5CF

Tints of Gallery #DAD5CF

Color information

#DAD5CF (or 0xDAD5CF) is unknown color: approx Gallery. HEX triplet: DA, D5 and CF. RGB value is (218,213,207). Sum of RGB (Red+Green+Blue) = 218+213+207=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5CF is #252A30. Grayscale: #D5D5D5. Windows color (decimal): -2435633 or 13620698. OLE color: 13620698.

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

Color convert

RGB218213207-
CMYK00.020.050.15
HSL32.73º12.94%83.33%-
HSV(B)32.73º5.05%85.49%-
XYZ63.976768.59-
YUV213.81124.16130.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 207 (81.25% from 255) = 32.45%
R=34.17%
G=33.39%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821320700.020.050.1532.7312.9483.33
HexDAD5CF025F21d53
Octal332325317025174115123
Binary110110101101010111001111010101111110000111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5CF; }

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

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

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

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

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

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

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

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