Html Css Color HEX #DFBAAD Cavern Pink

📋 copy color: '#DFBAAD'

red 223 ◦ green 186 ◦ blue 173

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

Shades of Cavern Pink #DFBAAD

Tints of Cavern Pink #DFBAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.73%

R = 38.32%
G = 31.96%
B = 29.73%

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

#DFBAAD (or 0xDFBAAD) is known color: Cavern Pink. HEX triplet: DF, BA and AD. RGB value is (223,186,173). Sum of RGB (Red+Green+Blue) = 223+186+173=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAAD is #204552. Grayscale: #C3C3C3. Windows color (decimal): -2114899 or 11385567. OLE color: 11385567.

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

Color convert

RGB 223 186 173 -
CMYK 0 0.17 0.22 0.13
HSL 15.6º 0.44% 0.78% -
HSV(B) 15.6º 0.22% 0.87% -
XYZ 55.53 53.82 47 -
YUV 195.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 223 186 173 0 0.17 0.22 0.13 15.6 0.44 0.78
Hex DF BA AD 0 11 16 D 10 2C 4E
Octal 337 272 255 0 21 26 15 20 54 116
Binary 11011111 10111010 10101101 0 10001 10110 1101 10000 101100 1001110

Color Harmonies of #DFBAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAAD

Black with #DFBAAD

Text Example


Text Example

White with #DFBAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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