#DAD5CE

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

Shades of Gallery #DAD5CE

Tints of Gallery #DAD5CE

Color information

#DAD5CE (or 0xDAD5CE) is unknown color: approx Gallery. HEX triplet: DA, D5 and CE. RGB value is (218,213,206). Sum of RGB (Red+Green+Blue) = 218+213+206=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5CE is #252A31. Grayscale: #D5D5D5. Windows color (decimal): -2435634 or 13555162. OLE color: 13555162.

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

Color convert

RGB218213206-
CMYK00.020.060.15
HSL35º13.95%83.14%-
HSV(B)35º5.5%85.49%-
XYZ63.8566.9567.95-
YUV213.7123.66131.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=34.22%
G=33.44%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821320600.020.060.153513.9583.14
HexDAD5CE026F23e53
Octal332325316026174316123
Binary110110101101010111001110010110111110001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5CE; }

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

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

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

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

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

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

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

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