Html Css Color HEX #DFBAB3 Cavern Pink

📋 copy color: '#DFBAB3'

red 223 ◦ green 186 ◦ blue 179

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

Shades of Cavern Pink #DFBAB3

Tints of Cavern Pink #DFBAB3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.63%

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

R = 37.93%
G = 31.63%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DFBAB3 (or 0xDFBAB3) is known color: Cavern Pink. HEX triplet: DF, BA and B3. RGB value is (223,186,179). Sum of RGB (Red+Green+Blue) = 223+186+179=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAB3 is #20454C. Grayscale: #C4C4C4. Windows color (decimal): -2114893 or 11778783. OLE color: 11778783.

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

Color convert

RGB 223 186 179 -
CMYK 0 0.17 0.20 0.13
HSL 9.55º 0.41% 0.79% -
HSV(B) 9.55º 0.2% 0.87% -
XYZ 56.13 54.06 50.12 -
YUV 196.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 223 186 179 0 0.17 0.20 0.13 9.55 0.41 0.79
Hex DF BA B3 0 11 14 D A 29 4F
Octal 337 272 263 0 21 24 15 12 51 117
Binary 11011111 10111010 10110011 0 10001 10100 1101 1010 101001 1001111

Color Harmonies of #DFBAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAB3

Black with #DFBAB3

Text Example


Text Example

White with #DFBAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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