Html Css Color HEX #DEBAB6 Cavern Pink

📋 copy color: '#DEBAB6'

red 222 ◦ green 186 ◦ blue 182

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

Shades of Cavern Pink #DEBAB6

Tints of Cavern Pink #DEBAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.85%

R = 37.63%
G = 31.53%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DEBAB6 (or 0xDEBAB6) is known color: Cavern Pink. HEX triplet: DE, BA and B6. RGB value is (222,186,182). Sum of RGB (Red+Green+Blue) = 222+186+182=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAB6 is #214549. Grayscale: #C4C4C4. Windows color (decimal): -2180426 or 11975390. OLE color: 11975390.

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

Color convert

RGB 222 186 182 -
CMYK 0 0.16 0.18 0.13
HSL 0.38% 0.79% -
HSV(B) 0.18% 0.87% -
XYZ 56.13 54.02 51.73 -
YUV 196.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 222 186 182 0 0.16 0.18 0.13 6 0.38 0.79
Hex DE BA B6 0 10 12 D 6 26 4F
Octal 336 272 266 0 20 22 15 6 46 117
Binary 11011110 10111010 10110110 0 10000 10010 1101 110 100110 1001111

Color Harmonies of #DEBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAB6

Black with #DEBAB6

Text Example


Text Example

White with #DEBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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