Html Css Color HEX #DEB2B2 Cavern Pink

📋 copy color: '#DEB2B2'

red 222 ◦ green 178 ◦ blue 178

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

Shades of Cavern Pink #DEB2B2

Tints of Cavern Pink #DEB2B2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.8%

 BLUE value IS 178 (69.92% from 255) = 30.8%

R = 38.41%
G = 30.8%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DEB2B2 (or 0xDEB2B2) is known color: Cavern Pink. HEX triplet: DE, B2 and B2. RGB value is (222,178,178). Sum of RGB (Red+Green+Blue) = 222+178+178=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB2B2 is #214D4D. Grayscale: #BFBFBF. Windows color (decimal): -2182478 or 11711198. OLE color: 11711198.

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

Color convert

RGB 222 178 178 -
CMYK 0 0.20 0.20 0.13
HSL 0.4% 0.78% -
HSV(B) 0.2% 0.87% -
XYZ 54.08 50.58 49.03 -
YUV 191.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 222 178 178 0 0.20 0.20 0.13 0 0.4 0.78
Hex DE B2 B2 0 14 14 D 0 28 4E
Octal 336 262 262 0 24 24 15 0 50 116
Binary 11011110 10110010 10110010 0 10100 10100 1101 0 101000 1001110

Color Harmonies of #DEB2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB2B2

Black with #DEB2B2

Text Example


Text Example

White with #DEB2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB2B2; }

 p { color: rgb(222,178,178); }

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

background-color css

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

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

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

border-color css

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

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

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