Html Css Color HEX #DEBAB4 Cavern Pink

📋 copy color: '#DEBAB4'

red 222 ◦ green 186 ◦ blue 180

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

Shades of Cavern Pink #DEBAB4

Tints of Cavern Pink #DEBAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.61%

R = 37.76%
G = 31.63%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DEBAB4 (or 0xDEBAB4) is known color: Cavern Pink. HEX triplet: DE, BA and B4. RGB value is (222,186,180). Sum of RGB (Red+Green+Blue) = 222+186+180=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAB4 is #21454B. Grayscale: #C4C4C4. Windows color (decimal): -2180428 or 11844318. OLE color: 11844318.

HSL color Cylindrical-coordinate representation of color #DEBAB4: hue angle of 8.57º 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 #DEBAB4 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 186 180 -
CMYK 0 0.16 0.19 0.13
HSL 8.57º 0.39% 0.79% -
HSV(B) 8.57º 0.19% 0.87% -
XYZ 55.92 53.94 50.64 -
YUV 196.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 222 186 180 0 0.16 0.19 0.13 8.57 0.39 0.79
Hex DE BA B4 0 10 13 D 9 27 4F
Octal 336 272 264 0 20 23 15 11 47 117
Binary 11011110 10111010 10110100 0 10000 10011 1101 1001 100111 1001111

Color Harmonies of #DEBAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAB4

Black with #DEBAB4

Text Example


Text Example

White with #DEBAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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