Html Css Color HEX #DFC1BC Cavern Pink

📋 copy color: '#DFC1BC'

red 223 ◦ green 193 ◦ blue 188

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

Shades of Cavern Pink #DFC1BC

Tints of Cavern Pink #DFC1BC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.95%

 BLUE value IS 188 (73.83% from 255) = 31.13%

R = 36.92%
G = 31.95%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DFC1BC (or 0xDFC1BC) is known color: Cavern Pink. HEX triplet: DF, C1 and BC. RGB value is (223,193,188). Sum of RGB (Red+Green+Blue) = 223+193+188=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1BC is #203E43. Grayscale: #C9C9C9. Windows color (decimal): -2113092 or 12370399. OLE color: 12370399.

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

Color convert

RGB 223 193 188 -
CMYK 0 0.13 0.16 0.13
HSL 8.57º 0.35% 0.81% -
HSV(B) 8.57º 0.16% 0.87% -
XYZ 58.58 57.46 55.58 -
YUV 201.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 223 193 188 0 0.13 0.16 0.13 8.57 0.35 0.81
Hex DF C1 BC 0 D 10 D 9 23 51
Octal 337 301 274 0 15 20 15 11 43 121
Binary 11011111 11000001 10111100 0 1101 10000 1101 1001 100011 1010001

Color Harmonies of #DFC1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC1BC

Black with #DFC1BC

Text Example


Text Example

White with #DFC1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC1BC; }

 p { color: rgb(223,193,188); }

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

background-color css

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

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

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

border-color css

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

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

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