Html Css Color HEX #DFB1AF Cavern Pink

📋 copy color: '#DFB1AF'

red 223 ◦ green 177 ◦ blue 175

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

Shades of Cavern Pink #DFB1AF

Tints of Cavern Pink #DFB1AF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.78%

 BLUE value IS 175 (68.75% from 255) = 30.43%

R = 38.78%
G = 30.78%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFB1AF (or 0xDFB1AF) is known color: Cavern Pink. HEX triplet: DF, B1 and AF. RGB value is (223,177,175). Sum of RGB (Red+Green+Blue) = 223+177+175=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB1AF is #204E50. Grayscale: #BEBEBE. Windows color (decimal): -2117201 or 11514335. OLE color: 11514335.

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

Color convert

RGB 223 177 175 -
CMYK 0 0.21 0.22 0.13
HSL 2.5º 0.43% 0.78% -
HSV(B) 2.5º 0.22% 0.87% -
XYZ 53.89 50.23 47.41 -
YUV 190.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 223 177 175 0 0.21 0.22 0.13 2.5 0.43 0.78
Hex DF B1 AF 0 15 16 D 2 2B 4E
Octal 337 261 257 0 25 26 15 2 53 116
Binary 11011111 10110001 10101111 0 10101 10110 1101 10 101011 1001110

Color Harmonies of #DFB1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1AF

Black with #DFB1AF

Text Example


Text Example

White with #DFB1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1AF; }

 p { color: rgb(223,177,175); }

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

background-color css

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

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

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

border-color css

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

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

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