Html Css Color HEX #DFBAB6 Cavern Pink

📋 copy color: '#DFBAB6'

red 223 ◦ green 186 ◦ blue 182

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

Shades of Cavern Pink #DFBAB6

Tints of Cavern Pink #DFBAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.8%

R = 37.73%
G = 31.47%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DFBAB6 (or 0xDFBAB6) is known color: Cavern Pink. HEX triplet: DF, BA and B6. RGB value is (223,186,182). Sum of RGB (Red+Green+Blue) = 223+186+182=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAB6 is #204549. Grayscale: #C4C4C4. Windows color (decimal): -2114890 or 11975391. OLE color: 11975391.

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

Color convert

RGB 223 186 182 -
CMYK 0 0.17 0.18 0.13
HSL 5.85º 0.39% 0.79% -
HSV(B) 5.85º 0.18% 0.87% -
XYZ 56.43 54.18 51.74 -
YUV 196.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 223 186 182 0 0.17 0.18 0.13 5.85 0.39 0.79
Hex DF BA B6 0 11 12 D 6 27 4F
Octal 337 272 266 0 21 22 15 6 47 117
Binary 11011111 10111010 10110110 0 10001 10010 1101 110 100111 1001111

Color Harmonies of #DFBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAB6

Black with #DFBAB6

Text Example


Text Example

White with #DFBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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