#DDBBBA

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

Shades of Cavern Pink #DDBBBA

Tints of Cavern Pink #DDBBBA

Color information

#DDBBBA (or 0xDDBBBA) is unknown color: approx Cavern Pink. HEX triplet: DD, BB and BA. RGB value is (221,187,186). Sum of RGB (Red+Green+Blue) = 221+187+186=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBBA is #224445. Grayscale: #C5C5C5. Windows color (decimal): -2245702 or 12237789. OLE color: 12237789.

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

Color convert

RGB221187186-
CMYK00.150.160.13
HSL1.71º33.98%79.8%-
HSV(B)1.71º15.84%86.67%-
XYZ56.4554.4653.99-
YUV197.05121.76145.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 187 (73.44% from 255) = 31.48%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=37.21%
G=31.48%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118718600.150.160.131.7133.9879.8
HexDDBBBA0F10D22250
Octal3352732720172015242120
Binary11011101101110111011101001111100001101101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBBA; }

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

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

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

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

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

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

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

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