#DDBBB0

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

Shades of Cavern Pink #DDBBB0

Tints of Cavern Pink #DDBBB0

Color information

#DDBBB0 (or 0xDDBBB0) is unknown color: approx Cavern Pink. HEX triplet: DD, BB and B0. RGB value is (221,187,176). Sum of RGB (Red+Green+Blue) = 221+187+176=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBB0 is #22444F. Grayscale: #C3C3C3. Windows color (decimal): -2245712 or 11582429. OLE color: 11582429.

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

Color convert

RGB221187176-
CMYK00.150.200.13
HSL14.67º39.82%77.84%-
HSV(B)14.67º20.36%86.67%-
XYZ55.4354.0548.59-
YUV195.91116.76145.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=37.84%
G=32.02%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118717600.150.200.1314.6739.8277.84
HexDDBBB00F14Df284e
Octal33527326001724151750116
Binary1101110110111011101100000111110100110111111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBB0; }

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

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

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

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

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

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

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

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