#DDBBB8

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

Shades of Cavern Pink #DDBBB8

Tints of Cavern Pink #DDBBB8

Color information

#DDBBB8 (or 0xDDBBB8) is unknown color: approx Cavern Pink. HEX triplet: DD, BB and B8. RGB value is (221,187,184). Sum of RGB (Red+Green+Blue) = 221+187+184=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBB8 is #224447. Grayscale: #C4C4C4. Windows color (decimal): -2245704 or 12106717. OLE color: 12106717.

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

Color convert

RGB221187184-
CMYK00.150.170.13
HSL4.86º35.24%79.41%-
HSV(B)4.86º16.74%86.67%-
XYZ56.2454.3752.88-
YUV196.82120.76145.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 184 (72.27% from 255) = 31.08%
R=37.33%
G=31.59%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118718400.150.170.134.8635.2479.41
HexDDBBB80F11D5234f
Octal3352732700172115543117
Binary110111011011101110111000011111000111011011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBB8; }

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

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

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

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

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

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

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

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