#DAD4CF

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

Shades of Gallery #DAD4CF

Tints of Gallery #DAD4CF

Color information

#DAD4CF (or 0xDAD4CF) is unknown color: approx Gallery. HEX triplet: DA, D4 and CF. RGB value is (218,212,207). Sum of RGB (Red+Green+Blue) = 218+212+207=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4CF is #252B30. Grayscale: #D5D5D5. Windows color (decimal): -2435889 or 13620442. OLE color: 13620442.

HSL color Cylindrical-coordinate representation of color #DAD4CF: hue angle of 27.27º 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 #DAD4CF is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218212207-
CMYK00.030.050.15
HSL27.27º12.94%83.33%-
HSV(B)27.27º5.05%85.49%-
XYZ63.7266.568.51-
YUV213.22124.49131.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=34.22%
G=33.28%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821220700.030.050.1527.2712.9483.33
HexDAD4CF035F1bd53
Octal332324317035173315123
Binary11011010110101001100111101110111111101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4CF; }

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

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

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

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

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

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

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

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