#DDBBB6

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

Shades of Cavern Pink #DDBBB6

Tints of Cavern Pink #DDBBB6

Color information

#DDBBB6 (or 0xDDBBB6) is unknown color: approx Cavern Pink. HEX triplet: DD, BB and B6. RGB value is (221,187,182). Sum of RGB (Red+Green+Blue) = 221+187+182=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBB6 is #224449. Grayscale: #C4C4C4. Windows color (decimal): -2245706 or 11975645. OLE color: 11975645.

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

Color convert

RGB221187182-
CMYK00.150.180.13
HSL7.69º36.45%79.02%-
HSV(B)7.69º17.65%86.67%-
XYZ56.0354.2951.78-
YUV196.6119.76145.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=37.46%
G=31.69%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118718200.150.180.137.6936.4579.02
HexDDBBB60F12D8244f
Octal33527326601722151044117
Binary1101110110111011101101100111110010110110001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBB6; }

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

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

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

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

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

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

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

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