Html Css Color HEX #DFBCB5 Cavern Pink

📋 copy color: '#DFBCB5'

red 223 ◦ green 188 ◦ blue 181

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

Shades of Cavern Pink #DFBCB5

Tints of Cavern Pink #DFBCB5

RGB

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

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

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

R = 37.67%
G = 31.76%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DFBCB5 (or 0xDFBCB5) is known color: Cavern Pink. HEX triplet: DF, BC and B5. RGB value is (223,188,181). Sum of RGB (Red+Green+Blue) = 223+188+181=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCB5 is #20434A. Grayscale: #C5C5C5. Windows color (decimal): -2114379 or 11910367. OLE color: 11910367.

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

Color convert

RGB 223 188 181 -
CMYK 0 0.16 0.19 0.13
HSL 10º 0.4% 0.79% -
HSV(B) 10º 0.19% 0.87% -
XYZ 56.76 54.99 51.34 -
YUV 197.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 223 188 181 0 0.16 0.19 0.13 10 0.4 0.79
Hex DF BC B5 0 10 13 D A 28 4F
Octal 337 274 265 0 20 23 15 12 50 117
Binary 11011111 10111100 10110101 0 10000 10011 1101 1010 101000 1001111

Color Harmonies of #DFBCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCB5

Black with #DFBCB5

Text Example


Text Example

White with #DFBCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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