Html Css Color HEX #DFBDBA Cavern Pink

📋 copy color: '#DFBDBA'

red 223 ◦ green 189 ◦ blue 186

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

Shades of Cavern Pink #DFBDBA

Tints of Cavern Pink #DFBDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.61%

 BLUE value IS 186 (73.05% from 255) = 31.1%

R = 37.29%
G = 31.61%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFBDBA (or 0xDFBDBA) is known color: Cavern Pink. HEX triplet: DF, BD and BA. RGB value is (223,189,186). Sum of RGB (Red+Green+Blue) = 223+189+186=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDBA is #204245. Grayscale: #C6C6C6. Windows color (decimal): -2114118 or 12238303. OLE color: 12238303.

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

Color convert

RGB 223 189 186 -
CMYK 0 0.15 0.17 0.13
HSL 4.86º 0.37% 0.8% -
HSV(B) 4.86º 0.17% 0.87% -
XYZ 57.49 55.63 54.16 -
YUV 198.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 223 189 186 0 0.15 0.17 0.13 4.86 0.37 0.8
Hex DF BD BA 0 F 11 D 5 25 50
Octal 337 275 272 0 17 21 15 5 45 120
Binary 11011111 10111101 10111010 0 1111 10001 1101 101 100101 1010000

Color Harmonies of #DFBDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDBA

Black with #DFBDBA

Text Example


Text Example

White with #DFBDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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