#DCBFBE

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

Shades of Cavern Pink #DCBFBE

Tints of Cavern Pink #DCBFBE

Color information

#DCBFBE (or 0xDCBFBE) is unknown color: approx Cavern Pink. HEX triplet: DC, BF and BE. RGB value is (220,191,190). Sum of RGB (Red+Green+Blue) = 220+191+190=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFBE is #234041. Grayscale: #C7C7C7. Windows color (decimal): -2310210 or 12500956. OLE color: 12500956.

HSL color Cylindrical-coordinate representation of color #DCBFBE: hue angle of 2º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBFBE is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220191190-
CMYK00.130.140.14
HSL30%80.39%-
HSV(B)13.64%86.27%-
XYZ57.4456.1956.53-
YUV199.56122.61142.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=36.61%
G=31.78%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019119000.130.140.1423080.39
HexDCBFBE0DEE21e50
Octal3342772760151616236120
Binary110111001011111110111110011011110111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFBE; }

 p { color: rgb(220,191,190); }

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

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

 a { background-color: rgb(220,191,190); }

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

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

 span { border-color: rgb(220,191,190); }

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