Html Css Color HEX #DFB7B3 Cavern Pink

📋 copy color: '#DFB7B3'

red 223 ◦ green 183 ◦ blue 179

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

Shades of Cavern Pink #DFB7B3

Tints of Cavern Pink #DFB7B3

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.28%

 BLUE value IS 179 (70.31% from 255) = 30.6%

R = 38.12%
G = 31.28%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DFB7B3 (or 0xDFB7B3) is known color: Cavern Pink. HEX triplet: DF, B7 and B3. RGB value is (223,183,179). Sum of RGB (Red+Green+Blue) = 223+183+179=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7B3 is #20484C. Grayscale: #C2C2C2. Windows color (decimal): -2115661 or 11778015. OLE color: 11778015.

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

Color convert

RGB 223 183 179 -
CMYK 0 0.18 0.20 0.13
HSL 5.45º 0.41% 0.79% -
HSV(B) 5.45º 0.2% 0.87% -
XYZ 55.5 52.81 49.92 -
YUV 194.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 223 183 179 0 0.18 0.20 0.13 5.45 0.41 0.79
Hex DF B7 B3 0 12 14 D 5 29 4F
Octal 337 267 263 0 22 24 15 5 51 117
Binary 11011111 10110111 10110011 0 10010 10100 1101 101 101001 1001111

Color Harmonies of #DFB7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB7B3

Black with #DFB7B3

Text Example


Text Example

White with #DFB7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB7B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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