#DDCCBB

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

Shades of Swirl #DDCCBB

Tints of Swirl #DDCCBB

Color information

#DDCCBB (or 0xDDCCBB) is unknown color: approx Swirl. HEX triplet: DD, CC and BB. RGB value is (221,204,187). Sum of RGB (Red+Green+Blue) = 221+204+187=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCBB is #223344. Grayscale: #CFCFCF. Windows color (decimal): -2241349 or 12307677. OLE color: 12307677.

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

Color convert

RGB221204187-
CMYK00.080.150.13
HSL30º33.33%80%-
HSV(B)30º15.38%86.67%-
XYZ60.3862.1555.83-
YUV207.14116.63137.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=36.11%
G=33.33%
B=30.56%

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
Decimal22120418700.080.150.133033.3380
HexDDCCBB08FD1e2150
Octal33531427301017153641120
Binary1101110111001100101110110100011111101111101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCBB; }

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

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

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

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

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

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

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

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