Html Css Color HEX #DFBAAE Cavern Pink

📋 copy color: '#DFBAAE'

red 223 ◦ green 186 ◦ blue 174

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

Shades of Cavern Pink #DFBAAE

Tints of Cavern Pink #DFBAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.9%

 BLUE value IS 174 (68.36% from 255) = 29.85%

R = 38.25%
G = 31.9%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFBAAE (or 0xDFBAAE) is known color: Cavern Pink. HEX triplet: DF, BA and AE. RGB value is (223,186,174). Sum of RGB (Red+Green+Blue) = 223+186+174=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAAE is #204551. Grayscale: #C3C3C3. Windows color (decimal): -2114898 or 11451103. OLE color: 11451103.

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

Color convert

RGB 223 186 174 -
CMYK 0 0.17 0.22 0.13
HSL 14.69º 0.43% 0.78% -
HSV(B) 14.69º 0.22% 0.87% -
XYZ 55.63 53.86 47.51 -
YUV 195.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 223 186 174 0 0.17 0.22 0.13 14.69 0.43 0.78
Hex DF BA AE 0 11 16 D F 2B 4E
Octal 337 272 256 0 21 26 15 17 53 116
Binary 11011111 10111010 10101110 0 10001 10110 1101 1111 101011 1001110

Color Harmonies of #DFBAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAAE

Black with #DFBAAE

Text Example


Text Example

White with #DFBAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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