#DCBFBD

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

Shades of Cavern Pink #DCBFBD

Tints of Cavern Pink #DCBFBD

Color information

#DCBFBD (or 0xDCBFBD) is unknown color: approx Cavern Pink. HEX triplet: DC, BF and BD. RGB value is (220,191,189). Sum of RGB (Red+Green+Blue) = 220+191+189=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFBD is #234042. Grayscale: #C7C7C7. Windows color (decimal): -2310211 or 12435420. OLE color: 12435420.

HSL color Cylindrical-coordinate representation of color #DCBFBD: hue angle of 3.87º degrees, saturation: 0.31, 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 #DCBFBD is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220191189-
CMYK00.130.140.14
HSL3.87º30.69%80.2%-
HSV(B)3.87º14.09%86.27%-
XYZ57.3356.1555.96-
YUV199.44122.11142.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=36.67%
G=31.83%
B=31.5%

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
Decimal22019118900.130.140.143.8730.6980.2
HexDCBFBD0DEE41f50
Octal3342772750151616437120
Binary1101110010111111101111010110111101110100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFBD; }

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

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

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

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

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

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

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

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