Html Css Color HEX #DFBBB7 Cavern Pink

📋 copy color: '#DFBBB7'

red 223 ◦ green 187 ◦ blue 183

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

Shades of Cavern Pink #DFBBB7

Tints of Cavern Pink #DFBBB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.86%

R = 37.61%
G = 31.53%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DFBBB7 (or 0xDFBBB7) is known color: Cavern Pink. HEX triplet: DF, BB and B7. RGB value is (223,187,183). Sum of RGB (Red+Green+Blue) = 223+187+183=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBB7 is #204448. Grayscale: #C5C5C5. Windows color (decimal): -2114633 or 12041183. OLE color: 12041183.

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

Color convert

RGB 223 187 183 -
CMYK 0 0.16 0.18 0.13
HSL 0.38% 0.8% -
HSV(B) 0.18% 0.87% -
XYZ 56.75 54.65 52.36 -
YUV 197.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 223 187 183 0 0.16 0.18 0.13 6 0.38 0.8
Hex DF BB B7 0 10 12 D 6 26 50
Octal 337 273 267 0 20 22 15 6 46 120
Binary 11011111 10111011 10110111 0 10000 10010 1101 110 100110 1010000

Color Harmonies of #DFBBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBB7

Black with #DFBBB7

Text Example


Text Example

White with #DFBBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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