Html Css Color HEX #DFADAB Cavern Pink

📋 copy color: '#DFADAB'

red 223 ◦ green 173 ◦ blue 171

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

Shades of Cavern Pink #DFADAB

Tints of Cavern Pink #DFADAB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.51%

 BLUE value IS 171 (67.19% from 255) = 30.16%

R = 39.33%
G = 30.51%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DFADAB (or 0xDFADAB) is known color: Cavern Pink. HEX triplet: DF, AD and AB. RGB value is (223,173,171). Sum of RGB (Red+Green+Blue) = 223+173+171=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFADAB is #205254. Grayscale: #BBBBBB. Windows color (decimal): -2118229 or 11251167. OLE color: 11251167.

HSL color Cylindrical-coordinate representation of color #DFADAB: hue angle of 2.31º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFADAB is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 173 171 -
CMYK 0 0.22 0.23 0.13
HSL 2.31º 0.45% 0.77% -
HSV(B) 2.31º 0.23% 0.87% -
XYZ 52.73 48.52 45.11 -
YUV 187.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 223 173 171 0 0.22 0.23 0.13 2.31 0.45 0.77
Hex DF AD AB 0 16 17 D 2 2D 4D
Octal 337 255 253 0 26 27 15 2 55 115
Binary 11011111 10101101 10101011 0 10110 10111 1101 10 101101 1001101

Color Harmonies of #DFADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADAB

Black with #DFADAB

Text Example


Text Example

White with #DFADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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