Html Css Color HEX #DFBFBE Cavern Pink

📋 copy color: '#DFBFBE'

red 223 ◦ green 191 ◦ blue 190

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

Shades of Cavern Pink #DFBFBE

Tints of Cavern Pink #DFBFBE

RGB

 RED value IS 223 (87.5% from 255) = 36.92%

 GREEN value IS 191 (75% from 255) = 31.62%

 BLUE value IS 190 (74.61% from 255) = 31.46%

R = 36.92%
G = 31.62%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DFBFBE (or 0xDFBFBE) is known color: Cavern Pink. HEX triplet: DF, BF and BE. RGB value is (223,191,190). Sum of RGB (Red+Green+Blue) = 223+191+190=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFBE is #204041. Grayscale: #C8C8C8. Windows color (decimal): -2113602 or 12500959. OLE color: 12500959.

HSL color Cylindrical-coordinate representation of color #DFBFBE: hue angle of 1.82º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBFBE is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 191 190 -
CMYK 0 0.14 0.15 0.13
HSL 1.82º 0.34% 0.81% -
HSV(B) 1.82º 0.15% 0.87% -
XYZ 58.36 56.67 56.58 -
YUV 200.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 223 191 190 0 0.14 0.15 0.13 1.82 0.34 0.81
Hex DF BF BE 0 E F D 2 22 51
Octal 337 277 276 0 16 17 15 2 42 121
Binary 11011111 10111111 10111110 0 1110 1111 1101 10 100010 1010001

Color Harmonies of #DFBFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFBE

Black with #DFBFBE

Text Example


Text Example

White with #DFBFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFBE; }

 p { color: rgb(223,191,190); }

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

background-color css

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

 a { background-color: rgb(223,191,190); }

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

border-color css

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

 span { border-color: rgb(223,191,190); }

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