Html Css Color HEX #DFBCB7 Cavern Pink

📋 copy color: '#DFBCB7'

red 223 ◦ green 188 ◦ blue 183

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

Shades of Cavern Pink #DFBCB7

Tints of Cavern Pink #DFBCB7

RGB

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

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

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

R = 37.54%
G = 31.65%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DFBCB7 (or 0xDFBCB7) is known color: Cavern Pink. HEX triplet: DF, BC and B7. RGB value is (223,188,183). Sum of RGB (Red+Green+Blue) = 223+188+183=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCB7 is #204348. Grayscale: #C5C5C5. Windows color (decimal): -2114377 or 12041439. OLE color: 12041439.

HSL color Cylindrical-coordinate representation of color #DFBCB7: hue angle of 7.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFBCB7 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 188 183 -
CMYK 0 0.16 0.18 0.13
HSL 7.5º 0.38% 0.8% -
HSV(B) 7.5º 0.18% 0.87% -
XYZ 56.96 55.07 52.43 -
YUV 197.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 223 188 183 0 0.16 0.18 0.13 7.5 0.38 0.8
Hex DF BC B7 0 10 12 D 8 26 50
Octal 337 274 267 0 20 22 15 10 46 120
Binary 11011111 10111100 10110111 0 10000 10010 1101 1000 100110 1010000

Color Harmonies of #DFBCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCB7

Black with #DFBCB7

Text Example


Text Example

White with #DFBCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCB7; }

 p { color: rgb(223,188,183); }

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

background-color css

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

 a { background-color: rgb(223,188,183); }

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

border-color css

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

 span { border-color: rgb(223,188,183); }

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