Html Css Color HEX #DFBCB6 Cavern Pink

📋 copy color: '#DFBCB6'

red 223 ◦ green 188 ◦ blue 182

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

Shades of Cavern Pink #DFBCB6

Tints of Cavern Pink #DFBCB6

RGB

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

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

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

R = 37.61%
G = 31.7%
B = 30.69%

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

#DFBCB6 (or 0xDFBCB6) is known color: Cavern Pink. HEX triplet: DF, BC and B6. RGB value is (223,188,182). Sum of RGB (Red+Green+Blue) = 223+188+182=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCB6 is #204349. Grayscale: #C5C5C5. Windows color (decimal): -2114378 or 11975903. OLE color: 11975903.

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

Color convert

RGB 223 188 182 -
CMYK 0 0.16 0.18 0.13
HSL 8.78º 0.39% 0.79% -
HSV(B) 8.78º 0.18% 0.87% -
XYZ 56.86 55.03 51.88 -
YUV 197.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 223 188 182 0 0.16 0.18 0.13 8.78 0.39 0.79
Hex DF BC B6 0 10 12 D 9 27 4F
Octal 337 274 266 0 20 22 15 11 47 117
Binary 11011111 10111100 10110110 0 10000 10010 1101 1001 100111 1001111

Color Harmonies of #DFBCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCB6

Black with #DFBCB6

Text Example


Text Example

White with #DFBCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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