Html Css Color HEX #D9BEB9 Cavern Pink

📋 copy color: '#D9BEB9'

red 217 ◦ green 190 ◦ blue 185

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

Shades of Cavern Pink #D9BEB9

Tints of Cavern Pink #D9BEB9

RGB

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

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

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

R = 36.66%
G = 32.09%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D9BEB9 (or 0xD9BEB9) is known color: Cavern Pink. HEX triplet: D9, BE and B9. RGB value is (217,190,185). Sum of RGB (Red+Green+Blue) = 217+190+185=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEB9 is #264146. Grayscale: #C5C5C5. Windows color (decimal): -2507079 or 12173017. OLE color: 12173017.

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

Color convert

RGB 217 190 185 -
CMYK 0 0.12 0.15 0.15
HSL 9.38º 0.3% 0.79% -
HSV(B) 9.38º 0.15% 0.85% -
XYZ 55.79 55.08 53.59 -
YUV 197.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 217 190 185 0 0.12 0.15 0.15 9.38 0.3 0.79
Hex D9 BE B9 0 C F F 9 1E 4F
Octal 331 276 271 0 14 17 17 11 36 117
Binary 11011001 10111110 10111001 0 1100 1111 1111 1001 11110 1001111

Color Harmonies of #D9BEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BEB9

Black with #D9BEB9

Text Example


Text Example

White with #D9BEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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