#DCB4B2

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

Shades of Cavern Pink #DCB4B2

Tints of Cavern Pink #DCB4B2

Color information

#DCB4B2 (or 0xDCB4B2) is unknown color: approx Cavern Pink. HEX triplet: DC, B4 and B2. RGB value is (220,180,178). Sum of RGB (Red+Green+Blue) = 220+180+178=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB4B2 is #234B4D. Grayscale: #BFBFBF. Windows color (decimal): -2313038 or 11711708. OLE color: 11711708.

HSL color Cylindrical-coordinate representation of color #DCB4B2: hue angle of 2.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 #DCB4B2 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220180178-
CMYK00.180.190.14
HSL2.86º37.5%78.04%-
HSV(B)2.86º19.09%86.27%-
XYZ53.8751.0749.14-
YUV191.73120.25148.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 180 (70.70% from 255) = 31.14%
BLUE value IS 178 (69.92% from 255) = 30.80%
R=38.06%
G=31.14%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018017800.180.190.142.8637.578.04
HexDCB4B201213E3264e
Octal3342642620222316346116
Binary110111001011010010110010010010100111110111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4B2; }

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

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

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

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

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

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

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

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