#DDD7D6

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

Shades of Ebb #DDD7D6

Tints of Ebb #DDD7D6

Color information

#DDD7D6 (or 0xDDD7D6) is unknown color: approx Ebb. HEX triplet: DD, D7 and D6. RGB value is (221,215,214). Sum of RGB (Red+Green+Blue) = 221+215+214=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7D6 is #222829. Grayscale: #D8D8D8. Windows color (decimal): -2238506 or 14079965. OLE color: 14079965.

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

Color convert

RGB221215214-
CMYK00.030.030.13
HSL8.57º9.33%85.29%-
HSV(B)8.57º3.17%86.67%-
XYZ66.2668.8373.41-
YUV216.68126.49131.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 215 (84.38% from 255) = 33.08%
BLUE value IS 214 (83.98% from 255) = 32.92%
R=34%
G=33.08%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121521400.030.030.138.579.3385.29
HexDDD7D6033D9955
Octal335327326033151111125
Binary110111011101011111010110011111101100110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7D6; }

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

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

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

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

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

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

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

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