Html Css Color HEX #DFB4AF Cavern Pink

📋 copy color: '#DFB4AF'

red 223 ◦ green 180 ◦ blue 175

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

Shades of Cavern Pink #DFB4AF

Tints of Cavern Pink #DFB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.14%

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

R = 38.58%
G = 31.14%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFB4AF (or 0xDFB4AF) is known color: Cavern Pink. HEX triplet: DF, B4 and AF. RGB value is (223,180,175). Sum of RGB (Red+Green+Blue) = 223+180+175=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB4AF is #204B50. Grayscale: #C0C0C0. Windows color (decimal): -2116433 or 11515103. OLE color: 11515103.

HSL color Cylindrical-coordinate representation of color #DFB4AF: hue angle of 6.25º 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 #DFB4AF is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 180 175 -
CMYK 0 0.19 0.22 0.13
HSL 6.25º 0.43% 0.78% -
HSV(B) 6.25º 0.22% 0.87% -
XYZ 54.49 51.43 47.61 -
YUV 192.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 223 180 175 0 0.19 0.22 0.13 6.25 0.43 0.78
Hex DF B4 AF 0 13 16 D 6 2B 4E
Octal 337 264 257 0 23 26 15 6 53 116
Binary 11011111 10110100 10101111 0 10011 10110 1101 110 101011 1001110

Color Harmonies of #DFB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB4AF

Black with #DFB4AF

Text Example


Text Example

White with #DFB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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