#DBB6AF

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

Shades of Cavern Pink #DBB6AF

Tints of Cavern Pink #DBB6AF

Color information

#DBB6AF (or 0xDBB6AF) is unknown color: approx Cavern Pink. HEX triplet: DB, B6 and AF. RGB value is (219,182,175). Sum of RGB (Red+Green+Blue) = 219+182+175=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB6AF is #244950. Grayscale: #C0C0C0. Windows color (decimal): -2378065 or 11515611. OLE color: 11515611.

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

Color convert

RGB219182175-
CMYK00.170.200.14
HSL9.55º37.93%77.25%-
HSV(B)9.55º20.09%85.88%-
XYZ53.6851.6147.69-
YUV192.26118.26147.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 182 (71.48% from 255) = 31.60%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=38.02%
G=31.60%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918217500.170.200.149.5537.9377.25
HexDBB6AF01114Ea264d
Octal33326625702124161246115
Binary11011011101101101010111101000110100111010101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6AF; }

 p { color: rgb(219,182,175); }

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

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

 a { background-color: rgb(219,182,175); }

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

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

 span { border-color: rgb(219,182,175); }

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