Html Css Color HEX #DFB2AF Cavern Pink

📋 copy color: '#DFB2AF'

red 223 ◦ green 178 ◦ blue 175

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

Shades of Cavern Pink #DFB2AF

Tints of Cavern Pink #DFB2AF

RGB

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

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

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

R = 38.72%
G = 30.9%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFB2AF (or 0xDFB2AF) is known color: Cavern Pink. HEX triplet: DF, B2 and AF. RGB value is (223,178,175). Sum of RGB (Red+Green+Blue) = 223+178+175=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB2AF is #204D50. Grayscale: #BFBFBF. Windows color (decimal): -2116945 or 11514591. OLE color: 11514591.

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

Color convert

RGB 223 178 175 -
CMYK 0 0.20 0.22 0.13
HSL 3.75º 0.43% 0.78% -
HSV(B) 3.75º 0.22% 0.87% -
XYZ 54.09 50.62 47.48 -
YUV 191.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 223 178 175 0 0.20 0.22 0.13 3.75 0.43 0.78
Hex DF B2 AF 0 14 16 D 4 2B 4E
Octal 337 262 257 0 24 26 15 4 53 116
Binary 11011111 10110010 10101111 0 10100 10110 1101 100 101011 1001110

Color Harmonies of #DFB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2AF

Black with #DFB2AF

Text Example


Text Example

White with #DFB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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