#DCBEBD

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

Shades of Cavern Pink #DCBEBD

Tints of Cavern Pink #DCBEBD

Color information

#DCBEBD (or 0xDCBEBD) is unknown color: approx Cavern Pink. HEX triplet: DC, BE and BD. RGB value is (220,190,189). Sum of RGB (Red+Green+Blue) = 220+190+189=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEBD is #234142. Grayscale: #C6C6C6. Windows color (decimal): -2310467 or 12435164. OLE color: 12435164.

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

Color convert

RGB220190189-
CMYK00.140.140.14
HSL1.94º30.69%80.2%-
HSV(B)1.94º14.09%86.27%-
XYZ57.1155.7255.89-
YUV198.86122.44143.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 190 (74.61% from 255) = 31.72%
BLUE value IS 189 (74.22% from 255) = 31.55%
R=36.73%
G=31.72%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019018900.140.140.141.9430.6980.2
HexDCBEBD0EEE21f50
Octal3342762750161616237120
Binary110111001011111010111101011101110111010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEBD; }

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

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

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

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

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

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

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

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