Html Css Color HEX #DEBAB0 Cavern Pink

📋 copy color: '#DEBAB0'

red 222 ◦ green 186 ◦ blue 176

#DEBAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cavern Pink #DEBAB0

Tints of Cavern Pink #DEBAB0

RGB

 RED value IS 222 (87.11% from 255) = 38.01%

 GREEN value IS 186 (73.05% from 255) = 31.85%

 BLUE value IS 176 (69.14% from 255) = 30.14%

R = 38.01%
G = 31.85%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DEBAB0 (or 0xDEBAB0) is known color: Cavern Pink. HEX triplet: DE, BA and B0. RGB value is (222,186,176). Sum of RGB (Red+Green+Blue) = 222+186+176=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBAB0 is #21454F. Grayscale: #C3C3C3. Windows color (decimal): -2180432 or 11582174. OLE color: 11582174.

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

Color convert

RGB 222 186 176 -
CMYK 0 0.16 0.21 0.13
HSL 13.04º 0.41% 0.78% -
HSV(B) 13.04º 0.21% 0.87% -
XYZ 55.52 53.78 48.53 -
YUV 195.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 222 186 176 0 0.16 0.21 0.13 13.04 0.41 0.78
Hex DE BA B0 0 10 15 D D 29 4E
Octal 336 272 260 0 20 25 15 15 51 116
Binary 11011110 10111010 10110000 0 10000 10101 1101 1101 101001 1001110

Color Harmonies of #DEBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAB0

Black with #DEBAB0

Text Example


Text Example

White with #DEBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAB0; }

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

 H1.HeaderClassName
 {
   color: #DEBAB0;
 }
 .AnyTagClassName
 {
   color: #DEBAB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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