#DFB8AE

Color #DFB8AE Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DFB8AE

Tints of Cavern Pink #DFB8AE

Color information

#DFB8AE (or 0xDFB8AE) is unknown color: approx Cavern Pink. HEX triplet: DF, B8 and AE. RGB value is (223,184,174). Sum of RGB (Red+Green+Blue) = 223+184+174=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB8AE is #204751. Grayscale: #C2C2C2. Windows color (decimal): -2115410 or 11450591. OLE color: 11450591.

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

Color convert

RGB223184174-
CMYK00.170.220.13
HSL12.24º43.36%77.84%-
HSV(B)12.24º21.97%87.45%-
XYZ55.2153.0247.37-
YUV194.52116.42148.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 184 (72.27% from 255) = 31.67%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=38.38%
G=31.67%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318417400.170.220.1312.2443.3677.84
HexDFB8AE01116Dc2b4e
Octal33727025602126151453116
Binary11011111101110001010111001000110110110111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB8AE; }

 p { color: rgb(223,184,174); }

 H1.HeaderClassName
 {
   color: #DFB8AE;
 }
 .AnyTagClassName
 {
   color: #DFB8AE;
 }
</style>
background-color css

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

 a { background-color: rgb(223,184,174); }

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

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

 span { border-color: rgb(223,184,174); }

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