Html Css Color HEX #D8BDB9 Cavern Pink

📋 copy color: '#D8BDB9'

red 216 ◦ green 189 ◦ blue 185

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

Shades of Cavern Pink #D8BDB9

Tints of Cavern Pink #D8BDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.03%

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

R = 36.61%
G = 32.03%
B = 31.36%

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

#D8BDB9 (or 0xD8BDB9) is known color: Cavern Pink. HEX triplet: D8, BD and B9. RGB value is (216,189,185). Sum of RGB (Red+Green+Blue) = 216+189+185=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDB9 is #274246. Grayscale: #C4C4C4. Windows color (decimal): -2572871 or 12172760. OLE color: 12172760.

HSL color Cylindrical-coordinate representation of color #D8BDB9: hue angle of 7.74º degrees, saturation: 0.28, 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 #D8BDB9 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 189 185 -
CMYK 0 0.12 0.14 0.15
HSL 7.74º 0.28% 0.79% -
HSV(B) 7.74º 0.14% 0.85% -
XYZ 55.27 54.5 53.5 -
YUV 196.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 216 189 185 0 0.12 0.14 0.15 7.74 0.28 0.79
Hex D8 BD B9 0 C E F 8 1C 4F
Octal 330 275 271 0 14 16 17 10 34 117
Binary 11011000 10111101 10111001 0 1100 1110 1111 1000 11100 1001111

Color Harmonies of #D8BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BDB9

Black with #D8BDB9

Text Example


Text Example

White with #D8BDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BDB9; }

 p { color: rgb(216,189,185); }

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

background-color css

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

 a { background-color: rgb(216,189,185); }

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

border-color css

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

 span { border-color: rgb(216,189,185); }

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