Html Css Color HEX #D9BDB7 Cavern Pink

📋 copy color: '#D9BDB7'

red 217 ◦ green 189 ◦ blue 183

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

Shades of Cavern Pink #D9BDB7

Tints of Cavern Pink #D9BDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.07%

R = 36.84%
G = 32.09%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D9BDB7 (or 0xD9BDB7) is known color: Cavern Pink. HEX triplet: D9, BD and B7. RGB value is (217,189,183). Sum of RGB (Red+Green+Blue) = 217+189+183=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDB7 is #264248. Grayscale: #C4C4C4. Windows color (decimal): -2507337 or 12041689. OLE color: 12041689.

HSL color Cylindrical-coordinate representation of color #D9BDB7: hue angle of 10.59º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9BDB7 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 189 183 -
CMYK 0 0.13 0.16 0.15
HSL 10.59º 0.31% 0.78% -
HSV(B) 10.59º 0.16% 0.85% -
XYZ 55.36 54.57 52.41 -
YUV 196.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 217 189 183 0 0.13 0.16 0.15 10.59 0.31 0.78
Hex D9 BD B7 0 D 10 F B 1F 4E
Octal 331 275 267 0 15 20 17 13 37 116
Binary 11011001 10111101 10110111 0 1101 10000 1111 1011 11111 1001110

Color Harmonies of #D9BDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDB7

Black with #D9BDB7

Text Example


Text Example

White with #D9BDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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