#DDBBB4

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

Shades of Cavern Pink #DDBBB4

Tints of Cavern Pink #DDBBB4

Color information

#DDBBB4 (or 0xDDBBB4) is unknown color: approx Cavern Pink. HEX triplet: DD, BB and B4. RGB value is (221,187,180). Sum of RGB (Red+Green+Blue) = 221+187+180=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBB4 is #22444B. Grayscale: #C4C4C4. Windows color (decimal): -2245708 or 11844573. OLE color: 11844573.

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

Color convert

RGB221187180-
CMYK00.150.190.13
HSL10.24º37.61%78.63%-
HSV(B)10.24º18.55%86.67%-
XYZ55.8354.2150.7-
YUV196.37118.76145.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 180 (70.70% from 255) = 30.61%
R=37.59%
G=31.80%
B=30.61%

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
Decimal22118718000.150.190.1310.2437.6178.63
HexDDBBB40F13Da264f
Octal33527326401723151246117
Binary1101110110111011101101000111110011110110101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBB4; }

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

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

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

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

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

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

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

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