#DDCBBB

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

Shades of Swirl #DDCBBB

Tints of Swirl #DDCBBB

Color information

#DDCBBB (or 0xDDCBBB) is unknown color: approx Swirl. HEX triplet: DD, CB and BB. RGB value is (221,203,187). Sum of RGB (Red+Green+Blue) = 221+203+187=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBBB is #223444. Grayscale: #CECECE. Windows color (decimal): -2241605 or 12307421. OLE color: 12307421.

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

Color convert

RGB221203187-
CMYK00.080.150.13
HSL28.24º33.33%80%-
HSV(B)28.24º15.38%86.67%-
XYZ60.1461.6755.75-
YUV206.56116.96138.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=36.17%
G=33.22%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120318700.080.150.1328.2433.3380
HexDDCBBB08FD1c2150
Octal33531327301017153441120
Binary1101110111001011101110110100011111101111001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBBB; }

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

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

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

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

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

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

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

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