#DDDAD6

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

Shades of Gallery #DDDAD6

Tints of Gallery #DDDAD6

Color information

#DDDAD6 (or 0xDDDAD6) is unknown color: approx Gallery. HEX triplet: DD, DA and D6. RGB value is (221,218,214). Sum of RGB (Red+Green+Blue) = 221+218+214=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAD6 is #222529. Grayscale: #DADADA. Windows color (decimal): -2237738 or 14080733. OLE color: 14080733.

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

Color convert

RGB221218214-
CMYK00.010.030.13
HSL34.29º9.33%85.29%-
HSV(B)34.29º3.17%86.67%-
XYZ67.0370.3773.67-
YUV218.44125.49129.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 214 (83.98% from 255) = 32.77%
R=33.84%
G=33.38%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121821400.010.030.1334.299.3385.29
HexDDDAD6013D22955
Octal335332326013154211125
Binary1101110111011010110101100111110110001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAD6; }

 p { color: rgb(221,218,214); }

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

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

 a { background-color: rgb(221,218,214); }

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

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

 span { border-color: rgb(221,218,214); }

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