Html Css Color HEX #DFBBBA Cavern Pink

📋 copy color: '#DFBBBA'

red 223 ◦ green 187 ◦ blue 186

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

Shades of Cavern Pink #DFBBBA

Tints of Cavern Pink #DFBBBA

RGB

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

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

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

R = 37.42%
G = 31.38%
B = 31.21%

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

#DFBBBA (or 0xDFBBBA) is known color: Cavern Pink. HEX triplet: DF, BB and BA. RGB value is (223,187,186). Sum of RGB (Red+Green+Blue) = 223+187+186=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBBA is #204445. Grayscale: #C5C5C5. Windows color (decimal): -2114630 or 12237791. OLE color: 12237791.

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

Color convert

RGB 223 187 186 -
CMYK 0 0.16 0.17 0.13
HSL 1.62º 0.37% 0.8% -
HSV(B) 1.62º 0.17% 0.87% -
XYZ 57.06 54.77 54.02 -
YUV 197.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 223 187 186 0 0.16 0.17 0.13 1.62 0.37 0.8
Hex DF BB BA 0 10 11 D 2 25 50
Octal 337 273 272 0 20 21 15 2 45 120
Binary 11011111 10111011 10111010 0 10000 10001 1101 10 100101 1010000

Color Harmonies of #DFBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBBA

Black with #DFBBBA

Text Example


Text Example

White with #DFBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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