#DDD7CF

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

Shades of Gallery #DDD7CF

Tints of Gallery #DDD7CF

Color information

#DDD7CF (or 0xDDD7CF) is unknown color: approx Gallery. HEX triplet: DD, D7 and CF. RGB value is (221,215,207). Sum of RGB (Red+Green+Blue) = 221+215+207=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7CF is #222830. Grayscale: #D7D7D7. Windows color (decimal): -2238513 or 13621213. OLE color: 13621213.

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

Color convert

RGB221215207-
CMYK00.030.060.13
HSL34.29º17.07%83.92%-
HSV(B)34.29º6.33%86.67%-
XYZ65.3868.4868.8-
YUV215.88122.99131.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 215 (84.38% from 255) = 33.44%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=34.37%
G=33.44%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121520700.030.060.1334.2917.0783.92
HexDDD7CF036D221154
Octal335327317036154221124
Binary1101110111010111110011110111101101100010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7CF; }

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

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

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

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

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

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

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

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