Html Css Color HEX #D9BCB5 Cavern Pink

📋 copy color: '#D9BCB5'

red 217 ◦ green 188 ◦ blue 181

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

Shades of Cavern Pink #D9BCB5

Tints of Cavern Pink #D9BCB5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.08%

 BLUE value IS 181 (71.09% from 255) = 30.89%

R = 37.03%
G = 32.08%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D9BCB5 (or 0xD9BCB5) is known color: Cavern Pink. HEX triplet: D9, BC and B5. RGB value is (217,188,181). Sum of RGB (Red+Green+Blue) = 217+188+181=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCB5 is #26434A. Grayscale: #C3C3C3. Windows color (decimal): -2507595 or 11910361. OLE color: 11910361.

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

Color convert

RGB 217 188 181 -
CMYK 0 0.13 0.17 0.15
HSL 11.67º 0.32% 0.78% -
HSV(B) 11.67º 0.17% 0.85% -
XYZ 54.94 54.05 51.25 -
YUV 195.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 217 188 181 0 0.13 0.17 0.15 11.67 0.32 0.78
Hex D9 BC B5 0 D 11 F C 20 4E
Octal 331 274 265 0 15 21 17 14 40 116
Binary 11011001 10111100 10110101 0 1101 10001 1111 1100 100000 1001110

Color Harmonies of #D9BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BCB5

Black with #D9BCB5

Text Example


Text Example

White with #D9BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BCB5; }

 p { color: rgb(217,188,181); }

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

background-color css

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

 a { background-color: rgb(217,188,181); }

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

border-color css

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

 span { border-color: rgb(217,188,181); }

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