#DEBBB3

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

Shades of Cavern Pink #DEBBB3

Tints of Cavern Pink #DEBBB3

Color information

#DEBBB3 (or 0xDEBBB3) is unknown color: approx Cavern Pink. HEX triplet: DE, BB and B3. RGB value is (222,187,179). Sum of RGB (Red+Green+Blue) = 222+187+179=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBB3 is #21444C. Grayscale: #C4C4C4. Windows color (decimal): -2180173 or 11779038. OLE color: 11779038.

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

Color convert

RGB222187179-
CMYK00.160.190.13
HSL11.16º39.45%78.63%-
HSV(B)11.16º19.37%87.06%-
XYZ56.0354.3250.18-
YUV196.55118.1146.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 179 (70.31% from 255) = 30.44%
R=37.76%
G=31.80%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218717900.160.190.1311.1639.4578.63
HexDEBBB301013Db274f
Octal33627326302023151347117
Binary11011110101110111011001101000010011110110111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBB3; }

 p { color: rgb(222,187,179); }

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

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

 a { background-color: rgb(222,187,179); }

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

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

 span { border-color: rgb(222,187,179); }

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