#DEBDB2

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

Shades of Cavern Pink #DEBDB2

Tints of Cavern Pink #DEBDB2

Color information

#DEBDB2 (or 0xDEBDB2) is unknown color: approx Cavern Pink. HEX triplet: DE, BD and B2. RGB value is (222,189,178). Sum of RGB (Red+Green+Blue) = 222+189+178=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDB2 is #21424D. Grayscale: #C5C5C5. Windows color (decimal): -2179662 or 11714014. OLE color: 11714014.

HSL color Cylindrical-coordinate representation of color #DEBDB2: hue angle of 15º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEBDB2 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222189178-
CMYK00.150.200.13
HSL15º40%78.43%-
HSV(B)15º19.82%87.06%-
XYZ56.3655.1449.79-
YUV197.61116.93145.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 178 (69.92% from 255) = 30.22%
R=37.69%
G=32.09%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218917800.150.200.13154078.43
HexDEBDB20F14Df284e
Octal33627526201724151750116
Binary1101111010111101101100100111110100110111111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDB2; }

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

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

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

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

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

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

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

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