Html Css Color HEX #D9BEBD Cavern Pink

📋 copy color: '#D9BEBD'

red 217 ◦ green 190 ◦ blue 189

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

Shades of Cavern Pink #D9BEBD

Tints of Cavern Pink #D9BEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.88%

 BLUE value IS 189 (74.22% from 255) = 31.71%

R = 36.41%
G = 31.88%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D9BEBD (or 0xD9BEBD) is known color: Cavern Pink. HEX triplet: D9, BE and BD. RGB value is (217,190,189). Sum of RGB (Red+Green+Blue) = 217+190+189=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEBD is #264142. Grayscale: #C5C5C5. Windows color (decimal): -2507075 or 12435161. OLE color: 12435161.

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

Color convert

RGB 217 190 189 -
CMYK 0 0.12 0.13 0.15
HSL 2.14º 0.27% 0.8% -
HSV(B) 2.14º 0.13% 0.85% -
XYZ 56.21 55.25 55.85 -
YUV 197.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 217 190 189 0 0.12 0.13 0.15 2.14 0.27 0.8
Hex D9 BE BD 0 C D F 2 1B 50
Octal 331 276 275 0 14 15 17 2 33 120
Binary 11011001 10111110 10111101 0 1100 1101 1111 10 11011 1010000

Color Harmonies of #D9BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BEBD

Black with #D9BEBD

Text Example


Text Example

White with #D9BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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