Html Css Color HEX #D9BDBA Cavern Pink

📋 copy color: '#D9BDBA'

red 217 ◦ green 189 ◦ blue 186

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

Shades of Cavern Pink #D9BDBA

Tints of Cavern Pink #D9BDBA

RGB

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

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

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

R = 36.66%
G = 31.93%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9BDBA (or 0xD9BDBA) is known color: Cavern Pink. HEX triplet: D9, BD and BA. RGB value is (217,189,186). Sum of RGB (Red+Green+Blue) = 217+189+186=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDBA is #264245. Grayscale: #C5C5C5. Windows color (decimal): -2507334 or 12238297. OLE color: 12238297.

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

Color convert

RGB 217 189 186 -
CMYK 0 0.13 0.14 0.15
HSL 5.81º 0.29% 0.79% -
HSV(B) 5.81º 0.14% 0.85% -
XYZ 55.68 54.69 54.08 -
YUV 197.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 217 189 186 0 0.13 0.14 0.15 5.81 0.29 0.79
Hex D9 BD BA 0 D E F 6 1D 4F
Octal 331 275 272 0 15 16 17 6 35 117
Binary 11011001 10111101 10111010 0 1101 1110 1111 110 11101 1001111

Color Harmonies of #D9BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDBA

Black with #D9BDBA

Text Example


Text Example

White with #D9BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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