#DEBFBD

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

Shades of Cavern Pink #DEBFBD

Tints of Cavern Pink #DEBFBD

Color information

#DEBFBD (or 0xDEBFBD) is unknown color: approx Cavern Pink. HEX triplet: DE, BF and BD. RGB value is (222,191,189). Sum of RGB (Red+Green+Blue) = 222+191+189=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFBD is #214042. Grayscale: #C8C8C8. Windows color (decimal): -2179139 or 12435422. OLE color: 12435422.

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

Color convert

RGB222191189-
CMYK00.140.150.13
HSL3.64º33.33%80.59%-
HSV(B)3.64º14.86%87.06%-
XYZ57.9456.4755.99-
YUV200.04121.77143.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=36.88%
G=31.73%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219118900.140.150.133.6433.3380.59
HexDEBFBD0EFD42151
Octal3362772750161715441121
Binary11011110101111111011110101110111111011001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFBD; }

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

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

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

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

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

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

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

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