Html Css Color HEX #DFB6B6 Cavern Pink

📋 copy color: '#DFB6B6'

red 223 ◦ green 182 ◦ blue 182

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

Shades of Cavern Pink #DFB6B6

Tints of Cavern Pink #DFB6B6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.01%

 BLUE value IS 182 (71.48% from 255) = 31.01%

R = 37.99%
G = 31.01%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DFB6B6 (or 0xDFB6B6) is known color: Cavern Pink. HEX triplet: DF, B6 and B6. RGB value is (223,182,182). Sum of RGB (Red+Green+Blue) = 223+182+182=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6B6 is #204949. Grayscale: #C2C2C2. Windows color (decimal): -2115914 or 11974367. OLE color: 11974367.

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

Color convert

RGB 223 182 182 -
CMYK 0 0.18 0.18 0.13
HSL 0.39% 0.79% -
HSV(B) 0.18% 0.87% -
XYZ 55.6 52.52 51.46 -
YUV 194.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 223 182 182 0 0.18 0.18 0.13 0 0.39 0.79
Hex DF B6 B6 0 12 12 D 0 27 4F
Octal 337 266 266 0 22 22 15 0 47 117
Binary 11011111 10110110 10110110 0 10010 10010 1101 0 100111 1001111

Color Harmonies of #DFB6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6B6

Black with #DFB6B6

Text Example


Text Example

White with #DFB6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6B6; }

 p { color: rgb(223,182,182); }

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

background-color css

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

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

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

border-color css

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

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

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