#DDDAD9

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

Shades of Ebb #DDDAD9

Tints of Ebb #DDDAD9

Color information

#DDDAD9 (or 0xDDDAD9) is unknown color: approx Ebb. HEX triplet: DD, DA and D9. RGB value is (221,218,217). Sum of RGB (Red+Green+Blue) = 221+218+217=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAD9 is #222526. Grayscale: #DADADA. Windows color (decimal): -2237735 or 14277341. OLE color: 14277341.

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

Color convert

RGB221218217-
CMYK00.010.020.13
HSL15º5.56%85.88%-
HSV(B)15º1.81%86.67%-
XYZ67.4170.5275.71-
YUV218.78126.99129.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=33.69%
G=33.23%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121821700.010.020.13155.5685.88
HexDDDAD9012Df656
Octal33533233101215176126
Binary1101110111011010110110010110110111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAD9; }

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

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

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

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

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

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

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

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