Html Css Color HEX #DFB2AC Cavern Pink

📋 copy color: '#DFB2AC'

red 223 ◦ green 178 ◦ blue 172

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

Shades of Cavern Pink #DFB2AC

Tints of Cavern Pink #DFB2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.06%

 BLUE value IS 172 (67.58% from 255) = 30.02%

R = 38.92%
G = 31.06%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DFB2AC (or 0xDFB2AC) is known color: Cavern Pink. HEX triplet: DF, B2 and AC. RGB value is (223,178,172). Sum of RGB (Red+Green+Blue) = 223+178+172=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB2AC is #204D53. Grayscale: #BEBEBE. Windows color (decimal): -2116948 or 11317983. OLE color: 11317983.

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

Color convert

RGB 223 178 172 -
CMYK 0 0.20 0.23 0.13
HSL 7.06º 0.44% 0.77% -
HSV(B) 7.06º 0.23% 0.87% -
XYZ 53.8 50.51 45.94 -
YUV 190.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 223 178 172 0 0.20 0.23 0.13 7.06 0.44 0.77
Hex DF B2 AC 0 14 17 D 7 2C 4D
Octal 337 262 254 0 24 27 15 7 54 115
Binary 11011111 10110010 10101100 0 10100 10111 1101 111 101100 1001101

Color Harmonies of #DFB2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2AC

Black with #DFB2AC

Text Example


Text Example

White with #DFB2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2AC; }

 p { color: rgb(223,178,172); }

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

background-color css

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

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

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

border-color css

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

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

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