Html Css Color HEX #D8BEBB Cavern Pink

📋 copy color: '#D8BEBB'

red 216 ◦ green 190 ◦ blue 187

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

Shades of Cavern Pink #D8BEBB

Tints of Cavern Pink #D8BEBB

RGB

 RED value IS 216 (84.77% from 255) = 36.42%

 GREEN value IS 190 (74.61% from 255) = 32.04%

 BLUE value IS 187 (73.44% from 255) = 31.53%

R = 36.42%
G = 32.04%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D8BEBB (or 0xD8BEBB) is known color: Cavern Pink. HEX triplet: D8, BE and BB. RGB value is (216,190,187). Sum of RGB (Red+Green+Blue) = 216+190+187=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BEBB is #274144. Grayscale: #C5C5C5. Windows color (decimal): -2572613 or 12304088. OLE color: 12304088.

HSL color Cylindrical-coordinate representation of color #D8BEBB: hue angle of 6.21º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8BEBB is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 190 187 -
CMYK 0 0.12 0.13 0.15
HSL 6.21º 0.27% 0.79% -
HSV(B) 6.21º 0.13% 0.85% -
XYZ 55.7 55.01 54.7 -
YUV 197.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 216 190 187 0 0.12 0.13 0.15 6.21 0.27 0.79
Hex D8 BE BB 0 C D F 6 1B 4F
Octal 330 276 273 0 14 15 17 6 33 117
Binary 11011000 10111110 10111011 0 1100 1101 1111 110 11011 1001111

Color Harmonies of #D8BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BEBB

Black with #D8BEBB

Text Example


Text Example

White with #D8BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BEBB; }

 p { color: rgb(216,190,187); }

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

background-color css

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

 a { background-color: rgb(216,190,187); }

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

border-color css

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

 span { border-color: rgb(216,190,187); }

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