Html Css Color HEX #D9BBB6 Cavern Pink

📋 copy color: '#D9BBB6'

red 217 ◦ green 187 ◦ blue 182

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

Shades of Cavern Pink #D9BBB6

Tints of Cavern Pink #D9BBB6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.91%

 BLUE value IS 182 (71.48% from 255) = 31.06%

R = 37.03%
G = 31.91%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D9BBB6 (or 0xD9BBB6) is known color: Cavern Pink. HEX triplet: D9, BB and B6. RGB value is (217,187,182). Sum of RGB (Red+Green+Blue) = 217+187+182=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBB6 is #264449. Grayscale: #C3C3C3. Windows color (decimal): -2507850 or 11975641. OLE color: 11975641.

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

Color convert

RGB 217 187 182 -
CMYK 0 0.14 0.16 0.15
HSL 8.57º 0.32% 0.78% -
HSV(B) 8.57º 0.16% 0.85% -
XYZ 54.83 53.67 51.73 -
YUV 195.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 217 187 182 0 0.14 0.16 0.15 8.57 0.32 0.78
Hex D9 BB B6 0 E 10 F 9 20 4E
Octal 331 273 266 0 16 20 17 11 40 116
Binary 11011001 10111011 10110110 0 1110 10000 1111 1001 100000 1001110

Color Harmonies of #D9BBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BBB6

Black with #D9BBB6

Text Example


Text Example

White with #D9BBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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