#DCBBB2

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

Shades of Cavern Pink #DCBBB2

Tints of Cavern Pink #DCBBB2

Color information

#DCBBB2 (or 0xDCBBB2) is unknown color: approx Cavern Pink. HEX triplet: DC, BB and B2. RGB value is (220,187,178). Sum of RGB (Red+Green+Blue) = 220+187+178=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBB2 is #23444D. Grayscale: #C3C3C3. Windows color (decimal): -2311246 or 11713500. OLE color: 11713500.

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

Color convert

RGB220187178-
CMYK00.150.190.14
HSL12.86º37.5%78.04%-
HSV(B)12.86º19.09%86.27%-
XYZ55.3253.9749.62-
YUV195.84117.93145.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 178 (69.92% from 255) = 30.43%
R=37.61%
G=31.97%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018717800.150.190.1412.8637.578.04
HexDCBBB20F13Ed264e
Octal33427326201723161546116
Binary1101110010111011101100100111110011111011011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBB2; }

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

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

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

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

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

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

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

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