Html Css Color HEX #DEB9B4 Cavern Pink

📋 copy color: '#DEB9B4'

red 222 ◦ green 185 ◦ blue 180

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

Shades of Cavern Pink #DEB9B4

Tints of Cavern Pink #DEB9B4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.52%

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

R = 37.82%
G = 31.52%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DEB9B4 (or 0xDEB9B4) is known color: Cavern Pink. HEX triplet: DE, B9 and B4. RGB value is (222,185,180). Sum of RGB (Red+Green+Blue) = 222+185+180=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB9B4 is #21464B. Grayscale: #C3C3C3. Windows color (decimal): -2180684 or 11844062. OLE color: 11844062.

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

Color convert

RGB 222 185 180 -
CMYK 0 0.17 0.19 0.13
HSL 7.14º 0.39% 0.79% -
HSV(B) 7.14º 0.19% 0.87% -
XYZ 55.71 53.52 50.57 -
YUV 195.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 222 185 180 0 0.17 0.19 0.13 7.14 0.39 0.79
Hex DE B9 B4 0 11 13 D 7 27 4F
Octal 336 271 264 0 21 23 15 7 47 117
Binary 11011110 10111001 10110100 0 10001 10011 1101 111 100111 1001111

Color Harmonies of #DEB9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9B4

Black with #DEB9B4

Text Example


Text Example

White with #DEB9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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