Html Css Color HEX #DFB9B5 Cavern Pink

📋 copy color: '#DFB9B5'

red 223 ◦ green 185 ◦ blue 181

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

Shades of Cavern Pink #DFB9B5

Tints of Cavern Pink #DFB9B5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.41%

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

R = 37.86%
G = 31.41%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DFB9B5 (or 0xDFB9B5) is known color: Cavern Pink. HEX triplet: DF, B9 and B5. RGB value is (223,185,181). Sum of RGB (Red+Green+Blue) = 223+185+181=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9B5 is #20464A. Grayscale: #C3C3C3. Windows color (decimal): -2115147 or 11909599. OLE color: 11909599.

HSL color Cylindrical-coordinate representation of color #DFB9B5: hue angle of 5.71º 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 #DFB9B5 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 185 181 -
CMYK 0 0.17 0.19 0.13
HSL 5.71º 0.4% 0.79% -
HSV(B) 5.71º 0.19% 0.87% -
XYZ 56.12 53.72 51.13 -
YUV 195.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 223 185 181 0 0.17 0.19 0.13 5.71 0.4 0.79
Hex DF B9 B5 0 11 13 D 6 28 4F
Octal 337 271 265 0 21 23 15 6 50 117
Binary 11011111 10111001 10110101 0 10001 10011 1101 110 101000 1001111

Color Harmonies of #DFB9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB9B5

Black with #DFB9B5

Text Example


Text Example

White with #DFB9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB9B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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