#DDBBBB

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

Shades of Cavern Pink #DDBBBB

Tints of Cavern Pink #DDBBBB

Color information

#DDBBBB (or 0xDDBBBB) is unknown color: approx Cavern Pink. HEX triplet: DD, BB and BB. RGB value is (221,187,187). Sum of RGB (Red+Green+Blue) = 221+187+187=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBBB is #224444. Grayscale: #C5C5C5. Windows color (decimal): -2245701 or 12303325. OLE color: 12303325.

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

Color convert

RGB221187187-
CMYK00.150.150.13
HSL33.33%80%-
HSV(B)15.38%86.67%-
XYZ56.5654.554.55-
YUV197.17122.26145-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=37.14%
G=31.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118718700.150.150.13033.3380
HexDDBBBB0FFD02150
Octal3352732730171715041120
Binary110111011011101110111011011111111110101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBBB; }

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

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

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

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

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

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

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

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