Html Css Color HEX #D9BEBA Cavern Pink

📋 copy color: '#D9BEBA'

red 217 ◦ green 190 ◦ blue 186

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

Shades of Cavern Pink #D9BEBA

Tints of Cavern Pink #D9BEBA

RGB

 RED value IS 217 (85.16% from 255) = 36.59%

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

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 36.59%
G = 32.04%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9BEBA (or 0xD9BEBA) is known color: Cavern Pink. HEX triplet: D9, BE and BA. RGB value is (217,190,186). Sum of RGB (Red+Green+Blue) = 217+190+186=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEBA is #264145. Grayscale: #C5C5C5. Windows color (decimal): -2507078 or 12238553. OLE color: 12238553.

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

Color convert

RGB 217 190 186 -
CMYK 0 0.12 0.14 0.15
HSL 7.74º 0.29% 0.79% -
HSV(B) 7.74º 0.14% 0.85% -
XYZ 55.89 55.12 54.15 -
YUV 197.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 217 190 186 0 0.12 0.14 0.15 7.74 0.29 0.79
Hex D9 BE BA 0 C E F 8 1D 4F
Octal 331 276 272 0 14 16 17 10 35 117
Binary 11011001 10111110 10111010 0 1100 1110 1111 1000 11101 1001111

Color Harmonies of #D9BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BEBA

Black with #D9BEBA

Text Example


Text Example

White with #D9BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BEBA; }

 p { color: rgb(217,190,186); }

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

background-color css

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

 a { background-color: rgb(217,190,186); }

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

border-color css

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

 span { border-color: rgb(217,190,186); }

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