#DDCDBB

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

Shades of Blanc #DDCDBB

Tints of Blanc #DDCDBB

Color information

#DDCDBB (or 0xDDCDBB) is unknown color: approx Blanc. HEX triplet: DD, CD and BB. RGB value is (221,205,187). Sum of RGB (Red+Green+Blue) = 221+205+187=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDBB is #223244. Grayscale: #CFCFCF. Windows color (decimal): -2241093 or 12307933. OLE color: 12307933.

HSL color Cylindrical-coordinate representation of color #DDCDBB: hue angle of 31.76º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCDBB is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221205187-
CMYK00.070.150.13
HSL31.76º33.33%80%-
HSV(B)31.76º15.38%86.67%-
XYZ60.6262.6255.91-
YUV207.73116.3137.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=36.05%
G=33.44%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120518700.070.150.1331.7633.3380
HexDDCDBB07FD202150
Octal3353152730717154041120
Binary1101110111001101101110110111111111011000001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDBB; }

 p { color: rgb(221,205,187); }

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

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

 a { background-color: rgb(221,205,187); }

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

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

 span { border-color: rgb(221,205,187); }

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