Html Css Color HEX #DFC1BD Cavern Pink

📋 copy color: '#DFC1BD'

red 223 ◦ green 193 ◦ blue 189

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

Shades of Cavern Pink #DFC1BD

Tints of Cavern Pink #DFC1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.24%

R = 36.86%
G = 31.9%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DFC1BD (or 0xDFC1BD) is known color: Cavern Pink. HEX triplet: DF, C1 and BD. RGB value is (223,193,189). Sum of RGB (Red+Green+Blue) = 223+193+189=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1BD is #203E42. Grayscale: #C9C9C9. Windows color (decimal): -2113091 or 12435935. OLE color: 12435935.

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

Color convert

RGB 223 193 189 -
CMYK 0 0.13 0.15 0.13
HSL 7.06º 0.35% 0.81% -
HSV(B) 7.06º 0.15% 0.87% -
XYZ 58.69 57.5 56.15 -
YUV 201.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 223 193 189 0 0.13 0.15 0.13 7.06 0.35 0.81
Hex DF C1 BD 0 D F D 7 23 51
Octal 337 301 275 0 15 17 15 7 43 121
Binary 11011111 11000001 10111101 0 1101 1111 1101 111 100011 1010001

Color Harmonies of #DFC1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC1BD

Black with #DFC1BD

Text Example


Text Example

White with #DFC1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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