Html Css Color HEX #DFBBB9 Cavern Pink

📋 copy color: '#DFBBB9'

red 223 ◦ green 187 ◦ blue 185

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

Shades of Cavern Pink #DFBBB9

Tints of Cavern Pink #DFBBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.09%

R = 37.48%
G = 31.43%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFBBB9 (or 0xDFBBB9) is known color: Cavern Pink. HEX triplet: DF, BB and B9. RGB value is (223,187,185). Sum of RGB (Red+Green+Blue) = 223+187+185=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBB9 is #204446. Grayscale: #C5C5C5. Windows color (decimal): -2114631 or 12172255. OLE color: 12172255.

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

Color convert

RGB 223 187 185 -
CMYK 0 0.16 0.17 0.13
HSL 3.16º 0.37% 0.8% -
HSV(B) 3.16º 0.17% 0.87% -
XYZ 56.96 54.73 53.46 -
YUV 197.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 223 187 185 0 0.16 0.17 0.13 3.16 0.37 0.8
Hex DF BB B9 0 10 11 D 3 25 50
Octal 337 273 271 0 20 21 15 3 45 120
Binary 11011111 10111011 10111001 0 10000 10001 1101 11 100101 1010000

Color Harmonies of #DFBBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBB9

Black with #DFBBB9

Text Example


Text Example

White with #DFBBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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