#DEBFBA

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

Shades of Cavern Pink #DEBFBA

Tints of Cavern Pink #DEBFBA

Color information

#DEBFBA (or 0xDEBFBA) is unknown color: approx Cavern Pink. HEX triplet: DE, BF and BA. RGB value is (222,191,186). Sum of RGB (Red+Green+Blue) = 222+191+186=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFBA is #214045. Grayscale: #C7C7C7. Windows color (decimal): -2179142 or 12238814. OLE color: 12238814.

HSL color Cylindrical-coordinate representation of color #DEBFBA: hue angle of 8.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBFBA is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB222191186-
CMYK00.140.160.13
HSL8.33º35.29%80%-
HSV(B)8.33º16.22%87.06%-
XYZ57.6256.3454.29-
YUV199.7120.27143.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=37.06%
G=31.89%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219118600.140.160.138.3335.2980
HexDEBFBA0E10D82350
Octal33627727201620151043120
Binary1101111010111111101110100111010000110110001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFBA; }

 p { color: rgb(222,191,186); }

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

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

 a { background-color: rgb(222,191,186); }

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

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

 span { border-color: rgb(222,191,186); }

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