#DDBBB2

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

Shades of Cavern Pink #DDBBB2

Tints of Cavern Pink #DDBBB2

Color information

#DDBBB2 (or 0xDDBBB2) is unknown color: approx Cavern Pink. HEX triplet: DD, BB and B2. RGB value is (221,187,178). Sum of RGB (Red+Green+Blue) = 221+187+178=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBB2 is #22444D. Grayscale: #C4C4C4. Windows color (decimal): -2245710 or 11713501. OLE color: 11713501.

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

Color convert

RGB221187178-
CMYK00.150.190.13
HSL12.56º38.74%78.24%-
HSV(B)12.56º19.46%86.67%-
XYZ55.6254.1349.64-
YUV196.14117.76145.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 178 (69.92% from 255) = 30.38%
R=37.71%
G=31.91%
B=30.38%

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
Decimal22118717800.150.190.1312.5638.7478.24
HexDDBBB20F13Dd274e
Octal33527326201723151547116
Binary1101110110111011101100100111110011110111011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBB2; }

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

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

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

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

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

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

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

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