#DCBEBB

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

Shades of Cavern Pink #DCBEBB

Tints of Cavern Pink #DCBEBB

Color information

#DCBEBB (or 0xDCBEBB) is unknown color: approx Cavern Pink. HEX triplet: DC, BE and BB. RGB value is (220,190,187). Sum of RGB (Red+Green+Blue) = 220+190+187=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEBB is #234144. Grayscale: #C6C6C6. Windows color (decimal): -2310469 or 12304092. OLE color: 12304092.

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

Color convert

RGB220190187-
CMYK00.140.150.14
HSL5.45º32.04%79.8%-
HSV(B)5.45º15%86.27%-
XYZ56.955.6354.75-
YUV198.63121.44143.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=36.85%
G=31.83%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019018700.140.150.145.4532.0479.8
HexDCBEBB0EFE52050
Octal3342762730161716540120
Binary11011100101111101011101101110111111101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEBB; }

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

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

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

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

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

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

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

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