#DDBBB3

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

Shades of Cavern Pink #DDBBB3

Tints of Cavern Pink #DDBBB3

Color information

#DDBBB3 (or 0xDDBBB3) is unknown color: approx Cavern Pink. HEX triplet: DD, BB and B3. RGB value is (221,187,179). Sum of RGB (Red+Green+Blue) = 221+187+179=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBB3 is #22444C. Grayscale: #C4C4C4. Windows color (decimal): -2245709 or 11779037. OLE color: 11779037.

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

Color convert

RGB221187179-
CMYK00.150.190.13
HSL11.43º38.18%78.43%-
HSV(B)11.43º19%86.67%-
XYZ55.7354.1750.17-
YUV196.25118.26145.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 179 (70.31% from 255) = 30.49%
R=37.65%
G=31.86%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118717900.150.190.1311.4338.1878.43
HexDDBBB30F13Db264e
Octal33527326301723151346116
Binary1101110110111011101100110111110011110110111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBB3; }

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

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

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

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

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

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

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

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