Html Css Color HEX #DFB4B1 Cavern Pink

📋 copy color: '#DFB4B1'

red 223 ◦ green 180 ◦ blue 177

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

Shades of Cavern Pink #DFB4B1

Tints of Cavern Pink #DFB4B1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.03%

 BLUE value IS 177 (69.53% from 255) = 30.52%

R = 38.45%
G = 31.03%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DFB4B1 (or 0xDFB4B1) is known color: Cavern Pink. HEX triplet: DF, B4 and B1. RGB value is (223,180,177). Sum of RGB (Red+Green+Blue) = 223+180+177=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB4B1 is #204B4E. Grayscale: #C0C0C0. Windows color (decimal): -2116431 or 11646175. OLE color: 11646175.

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

Color convert

RGB 223 180 177 -
CMYK 0 0.19 0.21 0.13
HSL 3.91º 0.42% 0.78% -
HSV(B) 3.91º 0.21% 0.87% -
XYZ 54.69 51.5 48.65 -
YUV 192.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 223 180 177 0 0.19 0.21 0.13 3.91 0.42 0.78
Hex DF B4 B1 0 13 15 D 4 2A 4E
Octal 337 264 261 0 23 25 15 4 52 116
Binary 11011111 10110100 10110001 0 10011 10101 1101 100 101010 1001110

Color Harmonies of #DFB4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB4B1

Black with #DFB4B1

Text Example


Text Example

White with #DFB4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB4B1; }

 p { color: rgb(223,180,177); }

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

background-color css

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

 a { background-color: rgb(223,180,177); }

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

border-color css

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

 span { border-color: rgb(223,180,177); }

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