Html Css Color HEX #DEBBB7 Cavern Pink

📋 copy color: '#DEBBB7'

red 222 ◦ green 187 ◦ blue 183

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

Shades of Cavern Pink #DEBBB7

Tints of Cavern Pink #DEBBB7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.59%

 BLUE value IS 183 (71.88% from 255) = 30.91%

R = 37.5%
G = 31.59%
B = 30.91%

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

#DEBBB7 (or 0xDEBBB7) is known color: Cavern Pink. HEX triplet: DE, BB and B7. RGB value is (222,187,183). Sum of RGB (Red+Green+Blue) = 222+187+183=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBB7 is #214448. Grayscale: #C5C5C5. Windows color (decimal): -2180169 or 12041182. OLE color: 12041182.

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

Color convert

RGB 222 187 183 -
CMYK 0 0.16 0.18 0.13
HSL 6.15º 0.37% 0.79% -
HSV(B) 6.15º 0.18% 0.87% -
XYZ 56.44 54.49 52.34 -
YUV 197.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 222 187 183 0 0.16 0.18 0.13 6.15 0.37 0.79
Hex DE BB B7 0 10 12 D 6 25 4F
Octal 336 273 267 0 20 22 15 6 45 117
Binary 11011110 10111011 10110111 0 10000 10010 1101 110 100101 1001111

Color Harmonies of #DEBBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBBB7

Black with #DEBBB7

Text Example


Text Example

White with #DEBBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBBB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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