#DCBEB7

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

Shades of Cavern Pink #DCBEB7

Tints of Cavern Pink #DCBEB7

Color information

#DCBEB7 (or 0xDCBEB7) is unknown color: approx Cavern Pink. HEX triplet: DC, BE and B7. RGB value is (220,190,183). Sum of RGB (Red+Green+Blue) = 220+190+183=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEB7 is #234148. Grayscale: #C6C6C6. Windows color (decimal): -2310473 or 12041948. OLE color: 12041948.

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

Color convert

RGB220190183-
CMYK00.140.170.14
HSL11.35º34.58%79.02%-
HSV(B)11.35º16.82%86.27%-
XYZ56.4855.4652.53-
YUV198.17119.44143.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 183 (71.88% from 255) = 30.86%
R=37.10%
G=32.04%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019018300.140.170.1411.3534.5879.02
HexDCBEB70E11Eb234f
Octal33427626701621161343117
Binary1101110010111110101101110111010001111010111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEB7; }

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

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

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

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

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

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

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

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