Html Css Color HEX #DEBBB9 Cavern Pink

📋 copy color: '#DEBBB9'

red 222 ◦ green 187 ◦ blue 185

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

Shades of Cavern Pink #DEBBB9

Tints of Cavern Pink #DEBBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.14%

R = 37.37%
G = 31.48%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DEBBB9 (or 0xDEBBB9) is known color: Cavern Pink. HEX triplet: DE, BB and B9. RGB value is (222,187,185). Sum of RGB (Red+Green+Blue) = 222+187+185=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBB9 is #214446. Grayscale: #C5C5C5. Windows color (decimal): -2180167 or 12172254. OLE color: 12172254.

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

Color convert

RGB 222 187 185 -
CMYK 0 0.16 0.17 0.13
HSL 3.24º 0.36% 0.8% -
HSV(B) 3.24º 0.17% 0.87% -
XYZ 56.65 54.57 53.45 -
YUV 197.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 222 187 185 0 0.16 0.17 0.13 3.24 0.36 0.8
Hex DE BB B9 0 10 11 D 3 24 50
Octal 336 273 271 0 20 21 15 3 44 120
Binary 11011110 10111011 10111001 0 10000 10001 1101 11 100100 1010000

Color Harmonies of #DEBBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBBB9

Black with #DEBBB9

Text Example


Text Example

White with #DEBBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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