Html Css Color HEX #DFBBB0 Cavern Pink

📋 copy color: '#DFBBB0'

red 223 ◦ green 187 ◦ blue 176

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

Shades of Cavern Pink #DFBBB0

Tints of Cavern Pink #DFBBB0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.91%

 BLUE value IS 176 (69.14% from 255) = 30.03%

R = 38.05%
G = 31.91%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DFBBB0 (or 0xDFBBB0) is known color: Cavern Pink. HEX triplet: DF, BB and B0. RGB value is (223,187,176). Sum of RGB (Red+Green+Blue) = 223+187+176=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBB0 is #20444F. Grayscale: #C4C4C4. Windows color (decimal): -2114640 or 11582431. OLE color: 11582431.

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

Color convert

RGB 223 187 176 -
CMYK 0 0.16 0.21 0.13
HSL 14.04º 0.42% 0.78% -
HSV(B) 14.04º 0.21% 0.87% -
XYZ 56.04 54.36 48.61 -
YUV 196.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 223 187 176 0 0.16 0.21 0.13 14.04 0.42 0.78
Hex DF BB B0 0 10 15 D E 2A 4E
Octal 337 273 260 0 20 25 15 16 52 116
Binary 11011111 10111011 10110000 0 10000 10101 1101 1110 101010 1001110

Color Harmonies of #DFBBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBB0

Black with #DFBBB0

Text Example


Text Example

White with #DFBBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBB0; }

 p { color: rgb(223,187,176); }

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

background-color css

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

 a { background-color: rgb(223,187,176); }

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

border-color css

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

 span { border-color: rgb(223,187,176); }

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