Html Css Color HEX #ADBFD6 Spindle

📋 copy color: '#ADBFD6'

red 173 ◦ green 191 ◦ blue 214

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

Shades of Spindle #ADBFD6

Tints of Spindle #ADBFD6

RGB

 RED value IS 173 (67.97% from 255) = 29.93%

 GREEN value IS 191 (75% from 255) = 33.04%

 BLUE value IS 214 (83.98% from 255) = 37.02%

R = 29.93%
G = 33.04%
B = 37.02%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADBFD6 (or 0xADBFD6) is known color: Spindle. HEX triplet: AD, BF and D6. RGB value is (173,191,214). Sum of RGB (Red+Green+Blue) = 173+191+214=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADBFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFD6 is #524029. Grayscale: #BCBCBC. Windows color (decimal): -5390378 or 14073773. OLE color: 14073773.

HSL color Cylindrical-coordinate representation of color #ADBFD6: hue angle of 213.66º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADBFD6 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 191 214 -
CMYK 0.19 0.11 0 0.16
HSL 213.66º 0.33% 0.76% -
HSV(B) 213.66º 0.19% 0.84% -
XYZ 48 51 70.93 -
YUV 188.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 173 191 214 0.19 0.11 0 0.16 213.66 0.33 0.76
Hex AD BF D6 13 B 0 10 D6 21 4C
Octal 255 277 326 23 13 0 20 326 41 114
Binary 10101101 10111111 11010110 10011 1011 0 10000 11010110 100001 1001100

Color Harmonies of #ADBFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFD6

Black with #ADBFD6

Text Example


Text Example

White with #ADBFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFD6; }

 p { color: rgb(173,191,214); }

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

background-color css

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

 a { background-color: rgb(173,191,214); }

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

border-color css

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

 span { border-color: rgb(173,191,214); }

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