#DDBDBB

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

Shades of Cavern Pink #DDBDBB

Tints of Cavern Pink #DDBDBB

Color information

#DDBDBB (or 0xDDBDBB) is unknown color: approx Cavern Pink. HEX triplet: DD, BD and BB. RGB value is (221,189,187). Sum of RGB (Red+Green+Blue) = 221+189+187=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDBB is #224244. Grayscale: #C6C6C6. Windows color (decimal): -2245189 or 12303837. OLE color: 12303837.

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

Color convert

RGB221189187-
CMYK00.140.150.13
HSL3.53º33.33%80%-
HSV(B)3.53º15.38%86.67%-
XYZ56.9955.3654.69-
YUV198.34121.6144.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=37.02%
G=31.66%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118918700.140.150.133.5333.3380
HexDDBDBB0EFD42150
Octal3352752730161715441120
Binary11011101101111011011101101110111111011001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDBB; }

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

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

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

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

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

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

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

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