#DDCABB

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

Shades of Pearl Bush #DDCABB

Tints of Pearl Bush #DDCABB

Color information

#DDCABB (or 0xDDCABB) is unknown color: approx Pearl Bush. HEX triplet: DD, CA and BB. RGB value is (221,202,187). Sum of RGB (Red+Green+Blue) = 221+202+187=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCABB is #223544. Grayscale: #CECECE. Windows color (decimal): -2241861 or 12307165. OLE color: 12307165.

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

Color convert

RGB221202187-
CMYK00.090.150.13
HSL26.47º33.33%80%-
HSV(B)26.47º15.38%86.67%-
XYZ59.9161.255.67-
YUV205.97117.29138.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 202 (79.30% from 255) = 33.11%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=36.23%
G=33.11%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120218700.090.150.1326.4733.3380
HexDDCABB09FD1a2150
Octal33531227301117153241120
Binary1101110111001010101110110100111111101110101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCABB; }

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

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

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

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

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

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

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

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