Html Css Color HEX #D9BDBB Cavern Pink

📋 copy color: '#D9BDBB'

red 217 ◦ green 189 ◦ blue 187

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

Shades of Cavern Pink #D9BDBB

Tints of Cavern Pink #D9BDBB

RGB

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

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

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

R = 36.59%
G = 31.87%
B = 31.53%

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

#D9BDBB (or 0xD9BDBB) is known color: Cavern Pink. HEX triplet: D9, BD and BB. RGB value is (217,189,187). Sum of RGB (Red+Green+Blue) = 217+189+187=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDBB is #264244. Grayscale: #C5C5C5. Windows color (decimal): -2507333 or 12303833. OLE color: 12303833.

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

Color convert

RGB 217 189 187 -
CMYK 0 0.13 0.14 0.15
HSL 0.28% 0.79% -
HSV(B) 0.14% 0.85% -
XYZ 55.78 54.73 54.64 -
YUV 197.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 217 189 187 0 0.13 0.14 0.15 4 0.28 0.79
Hex D9 BD BB 0 D E F 4 1C 4F
Octal 331 275 273 0 15 16 17 4 34 117
Binary 11011001 10111101 10111011 0 1101 1110 1111 100 11100 1001111

Color Harmonies of #D9BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDBB

Black with #D9BDBB

Text Example


Text Example

White with #D9BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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