Html Css Color HEX #DFB2B1 Cavern Pink

📋 copy color: '#DFB2B1'

red 223 ◦ green 178 ◦ blue 177

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

Shades of Cavern Pink #DFB2B1

Tints of Cavern Pink #DFB2B1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.8%

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

R = 38.58%
G = 30.8%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DFB2B1 (or 0xDFB2B1) is known color: Cavern Pink. HEX triplet: DF, B2 and B1. RGB value is (223,178,177). Sum of RGB (Red+Green+Blue) = 223+178+177=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB2B1 is #204D4E. Grayscale: #BFBFBF. Windows color (decimal): -2116943 or 11645663. OLE color: 11645663.

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

Color convert

RGB 223 178 177 -
CMYK 0 0.20 0.21 0.13
HSL 1.3º 0.42% 0.78% -
HSV(B) 1.3º 0.21% 0.87% -
XYZ 54.29 50.7 48.52 -
YUV 191.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 223 178 177 0 0.20 0.21 0.13 1.3 0.42 0.78
Hex DF B2 B1 0 14 15 D 1 2A 4E
Octal 337 262 261 0 24 25 15 1 52 116
Binary 11011111 10110010 10110001 0 10100 10101 1101 1 101010 1001110

Color Harmonies of #DFB2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2B1

Black with #DFB2B1

Text Example


Text Example

White with #DFB2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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